public interface ReidentifyContentRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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 re-identify.
|
ContentItemOrBuilder |
getItemOrBuilder()
The item to re-identify.
|
java.lang.String |
getParent()
The parent resource name.
|
ByteString |
getParentBytes()
The parent resource name.
|
DeidentifyConfig |
getReidentifyConfig()
Configuration for the re-identification of the content item.
|
DeidentifyConfigOrBuilder |
getReidentifyConfigOrBuilder()
Configuration for the re-identification of the content item.
|
java.lang.String |
getReidentifyTemplateName()
Optional template to use.
|
ByteString |
getReidentifyTemplateNameBytes()
Optional template to use.
|
boolean |
hasInspectConfig()
Configuration for the inspector.
|
boolean |
hasItem()
The item to re-identify.
|
boolean |
hasReidentifyConfig()
Configuration for the re-identification of the content item.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
The parent resource name.
string parent = 1;
ByteString getParentBytes()
The parent resource name.
string parent = 1;
boolean hasReidentifyConfig()
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
DeidentifyConfig getReidentifyConfig()
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
DeidentifyConfigOrBuilder getReidentifyConfigOrBuilder()
Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are: - `CryptoReplaceFfxFpeConfig`
.google.privacy.dlp.v2.DeidentifyConfig reidentify_config = 2;
boolean hasInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
InspectConfig getInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
InspectConfigOrBuilder getInspectConfigOrBuilder()
Configuration for the inspector.
.google.privacy.dlp.v2.InspectConfig inspect_config = 3;
boolean hasItem()
The item to re-identify. Will be treated as text.
.google.privacy.dlp.v2.ContentItem item = 4;
ContentItem getItem()
The item to re-identify. Will be treated as text.
.google.privacy.dlp.v2.ContentItem item = 4;
ContentItemOrBuilder getItemOrBuilder()
The item to re-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 getReidentifyTemplateName()
Optional template to use. References an instance of `DeidentifyTemplate`. Any configuration directly specified in `reidentify_config` or `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 reidentify_template_name = 6;
ByteString getReidentifyTemplateNameBytes()
Optional template to use. References an instance of `DeidentifyTemplate`. Any configuration directly specified in `reidentify_config` or `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 reidentify_template_name = 6;