public interface DeidentifyTemplateOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCreateTime()
The creation timestamp of a inspectTemplate, output only field.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
The creation timestamp of a inspectTemplate, output only field.
|
DeidentifyConfig |
getDeidentifyConfig()
///////////// // The core content of the template // ///////////////
|
DeidentifyConfigOrBuilder |
getDeidentifyConfigOrBuilder()
///////////// // The core content of the template // ///////////////
|
java.lang.String |
getDescription()
Short description (max 256 chars).
|
ByteString |
getDescriptionBytes()
Short description (max 256 chars).
|
java.lang.String |
getDisplayName()
Display name (max 256 chars).
|
ByteString |
getDisplayNameBytes()
Display name (max 256 chars).
|
java.lang.String |
getName()
The template name.
|
ByteString |
getNameBytes()
The template name.
|
Timestamp |
getUpdateTime()
The last update timestamp of a inspectTemplate, output only field.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
The last update timestamp of a inspectTemplate, output only field.
|
boolean |
hasCreateTime()
The creation timestamp of a inspectTemplate, output only field.
|
boolean |
hasDeidentifyConfig()
///////////// // The core content of the template // ///////////////
|
boolean |
hasUpdateTime()
The last update timestamp of a inspectTemplate, output only field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The template name. Output only. The template will have one of the following formats: `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID` OR `organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID`
string name = 1;
ByteString getNameBytes()
The template name. Output only. The template will have one of the following formats: `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID` OR `organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID`
string name = 1;
java.lang.String getDisplayName()
Display name (max 256 chars).
string display_name = 2;
ByteString getDisplayNameBytes()
Display name (max 256 chars).
string display_name = 2;
java.lang.String getDescription()
Short description (max 256 chars).
string description = 3;
ByteString getDescriptionBytes()
Short description (max 256 chars).
string description = 3;
boolean hasCreateTime()
The creation timestamp of a inspectTemplate, output only field.
.google.protobuf.Timestamp create_time = 4;
Timestamp getCreateTime()
The creation timestamp of a inspectTemplate, output only field.
.google.protobuf.Timestamp create_time = 4;
TimestampOrBuilder getCreateTimeOrBuilder()
The creation timestamp of a inspectTemplate, output only field.
.google.protobuf.Timestamp create_time = 4;
boolean hasUpdateTime()
The last update timestamp of a inspectTemplate, output only field.
.google.protobuf.Timestamp update_time = 5;
Timestamp getUpdateTime()
The last update timestamp of a inspectTemplate, output only field.
.google.protobuf.Timestamp update_time = 5;
TimestampOrBuilder getUpdateTimeOrBuilder()
The last update timestamp of a inspectTemplate, output only field.
.google.protobuf.Timestamp update_time = 5;
boolean hasDeidentifyConfig()
///////////// // The core content of the template // ///////////////
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;
DeidentifyConfig getDeidentifyConfig()
///////////// // The core content of the template // ///////////////
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;
DeidentifyConfigOrBuilder getDeidentifyConfigOrBuilder()
///////////// // The core content of the template // ///////////////
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 6;