public interface DeidentifyContentRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DeidentifyConfig |
getDeidentifyConfig()
Configuration for the de-identification of the list of content items.
|
DeidentifyConfigOrBuilder |
getDeidentifyConfigOrBuilder()
Configuration for the de-identification of the list of content items.
|
InspectConfig |
getInspectConfig()
Configuration for the inspector.
|
InspectConfigOrBuilder |
getInspectConfigOrBuilder()
Configuration for the inspector.
|
ContentItem |
getItems(int index)
The list of items to inspect.
|
int |
getItemsCount()
The list of items to inspect.
|
java.util.List<ContentItem> |
getItemsList()
The list of items to inspect.
|
ContentItemOrBuilder |
getItemsOrBuilder(int index)
The list of items to inspect.
|
java.util.List<? extends ContentItemOrBuilder> |
getItemsOrBuilderList()
The list of items to inspect.
|
boolean |
hasDeidentifyConfig()
Configuration for the de-identification of the list of content items.
|
boolean |
hasInspectConfig()
Configuration for the inspector.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasDeidentifyConfig()
Configuration for the de-identification of the list of content items.
.google.privacy.dlp.v2beta1.DeidentifyConfig deidentify_config = 1;
DeidentifyConfig getDeidentifyConfig()
Configuration for the de-identification of the list of content items.
.google.privacy.dlp.v2beta1.DeidentifyConfig deidentify_config = 1;
DeidentifyConfigOrBuilder getDeidentifyConfigOrBuilder()
Configuration for the de-identification of the list of content items.
.google.privacy.dlp.v2beta1.DeidentifyConfig deidentify_config = 1;
boolean hasInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2beta1.InspectConfig inspect_config = 2;
InspectConfig getInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2beta1.InspectConfig inspect_config = 2;
InspectConfigOrBuilder getInspectConfigOrBuilder()
Configuration for the inspector.
.google.privacy.dlp.v2beta1.InspectConfig inspect_config = 2;
java.util.List<ContentItem> getItemsList()
The list of items to inspect. Up to 100 are allowed per request. All items will be treated as text/*.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 3;
ContentItem getItems(int index)
The list of items to inspect. Up to 100 are allowed per request. All items will be treated as text/*.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 3;
int getItemsCount()
The list of items to inspect. Up to 100 are allowed per request. All items will be treated as text/*.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 3;
java.util.List<? extends ContentItemOrBuilder> getItemsOrBuilderList()
The list of items to inspect. Up to 100 are allowed per request. All items will be treated as text/*.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 3;
ContentItemOrBuilder getItemsOrBuilder(int index)
The list of items to inspect. Up to 100 are allowed per request. All items will be treated as text/*.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 3;