public interface DeidentifyTemplateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
DeidentifyConfig |
getDeidentifyConfig()
The core content of the template.
|
DeidentifyConfigOrBuilder |
getDeidentifyConfigOrBuilder()
The core content of the template.
|
String |
getDescription()
Short description (max 256 chars).
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Short description (max 256 chars).
|
String |
getDisplayName()
Display name (max 256 chars).
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Display name (max 256 chars).
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasDeidentifyConfig()
The core content of the template.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The template name. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The template name. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDisplayName()
Display name (max 256 chars).
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
Display name (max 256 chars).
string display_name = 2;String getDescription()
Short description (max 256 chars).
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Short description (max 256 chars).
string description = 3;boolean hasCreateTime()
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation timestamp of an inspectTemplate.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last update timestamp of an inspectTemplate.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
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;Copyright © 2022 Google LLC. All rights reserved.