public interface DeidentifyContentRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeidentifyConfig |
getDeidentifyConfig()
Configuration for the de-identification of the content item.
|
DeidentifyConfigOrBuilder |
getDeidentifyConfigOrBuilder()
Configuration for the de-identification of the content item.
|
java.lang.String |
getDeidentifyTemplateName()
Optional template to use.
|
ByteString |
getDeidentifyTemplateNameBytes()
Optional template to use.
|
InspectConfig |
getInspectConfig()
Configuration for the inspector.
|
InspectConfigOrBuilder |
getInspectConfigOrBuilder()
Configuration for the inspector.
|
java.lang.String |
getInspectTemplateName()
Optional template to use.
|
ByteString |
getInspectTemplateNameBytes()
Optional template to use.
|
ContentItem |
getItem()
The item to de-identify.
|
ContentItemOrBuilder |
getItemOrBuilder()
The item to de-identify.
|
java.lang.String |
getParent()
The parent resource name, for example projects/my-project-id.
|
ByteString |
getParentBytes()
The parent resource name, for example projects/my-project-id.
|
boolean |
hasDeidentifyConfig()
Configuration for the de-identification of the content item.
|
boolean |
hasInspectConfig()
Configuration for the inspector.
|
boolean |
hasItem()
The item to de-identify.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
The parent resource name, for example projects/my-project-id.
string parent = 1;ByteString getParentBytes()
The parent resource name, for example projects/my-project-id.
string parent = 1;boolean hasDeidentifyConfig()
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;DeidentifyConfig getDeidentifyConfig()
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;DeidentifyConfigOrBuilder getDeidentifyConfigOrBuilder()
Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
.google.privacy.dlp.v2.DeidentifyConfig deidentify_config = 2;boolean hasInspectConfig()
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;InspectConfig getInspectConfig()
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;InspectConfigOrBuilder getInspectConfigOrBuilder()
Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;boolean hasItem()
The item to de-identify. Will be treated as text.
.google.privacy.dlp.v2.ContentItem item = 4;ContentItem getItem()
The item to de-identify. Will be treated as text.
.google.privacy.dlp.v2.ContentItem item = 4;ContentItemOrBuilder getItemOrBuilder()
The item to de-identify. Will be treated as text.
.google.privacy.dlp.v2.ContentItem item = 4;java.lang.String getInspectTemplateName()
Optional template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string inspect_template_name = 5;ByteString getInspectTemplateNameBytes()
Optional template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string inspect_template_name = 5;java.lang.String getDeidentifyTemplateName()
Optional template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string deidentify_template_name = 6;ByteString getDeidentifyTemplateNameBytes()
Optional template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
string deidentify_template_name = 6;