public interface InspectConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ContentOption |
getContentOptions(int index)
List of options defining data content to scan.
|
int |
getContentOptionsCount()
List of options defining data content to scan.
|
java.util.List<ContentOption> |
getContentOptionsList()
List of options defining data content to scan.
|
int |
getContentOptionsValue(int index)
List of options defining data content to scan.
|
java.util.List<java.lang.Integer> |
getContentOptionsValueList()
List of options defining data content to scan.
|
CustomInfoType |
getCustomInfoTypes(int index)
Custom infoTypes provided by the user.
|
int |
getCustomInfoTypesCount()
Custom infoTypes provided by the user.
|
java.util.List<CustomInfoType> |
getCustomInfoTypesList()
Custom infoTypes provided by the user.
|
CustomInfoTypeOrBuilder |
getCustomInfoTypesOrBuilder(int index)
Custom infoTypes provided by the user.
|
java.util.List<? extends CustomInfoTypeOrBuilder> |
getCustomInfoTypesOrBuilderList()
Custom infoTypes provided by the user.
|
boolean |
getExcludeInfoTypes()
When true, excludes type information of the findings.
|
boolean |
getIncludeQuote()
When true, a contextual quote from the data that triggered a finding is
included in the response; see Finding.quote.
|
InfoType |
getInfoTypes(int index)
Restricts what info_types to look for.
|
int |
getInfoTypesCount()
Restricts what info_types to look for.
|
java.util.List<InfoType> |
getInfoTypesList()
Restricts what info_types to look for.
|
InfoTypeOrBuilder |
getInfoTypesOrBuilder(int index)
Restricts what info_types to look for.
|
java.util.List<? extends InfoTypeOrBuilder> |
getInfoTypesOrBuilderList()
Restricts what info_types to look for.
|
InspectConfig.FindingLimits |
getLimits()
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3; |
InspectConfig.FindingLimitsOrBuilder |
getLimitsOrBuilder()
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3; |
Likelihood |
getMinLikelihood()
Only returns findings equal or above this threshold.
|
int |
getMinLikelihoodValue()
Only returns findings equal or above this threshold.
|
boolean |
hasLimits()
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<InfoType> getInfoTypesList()
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or found in documentation.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
InfoType getInfoTypes(int index)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or found in documentation.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
int getInfoTypesCount()
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or found in documentation.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
java.util.List<? extends InfoTypeOrBuilder> getInfoTypesOrBuilderList()
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or found in documentation.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
InfoTypeOrBuilder getInfoTypesOrBuilder(int index)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or found in documentation.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
int getMinLikelihoodValue()
Only returns findings equal or above this threshold. The default is POSSIBLE.
.google.privacy.dlp.v2.Likelihood min_likelihood = 2;
Likelihood getMinLikelihood()
Only returns findings equal or above this threshold. The default is POSSIBLE.
.google.privacy.dlp.v2.Likelihood min_likelihood = 2;
boolean hasLimits()
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;
InspectConfig.FindingLimits getLimits()
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;
InspectConfig.FindingLimitsOrBuilder getLimitsOrBuilder()
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;
boolean getIncludeQuote()
When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote.
bool include_quote = 4;
boolean getExcludeInfoTypes()
When true, excludes type information of the findings.
bool exclude_info_types = 5;
java.util.List<CustomInfoType> getCustomInfoTypesList()
Custom infoTypes provided by the user.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
CustomInfoType getCustomInfoTypes(int index)
Custom infoTypes provided by the user.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
int getCustomInfoTypesCount()
Custom infoTypes provided by the user.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
java.util.List<? extends CustomInfoTypeOrBuilder> getCustomInfoTypesOrBuilderList()
Custom infoTypes provided by the user.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
CustomInfoTypeOrBuilder getCustomInfoTypesOrBuilder(int index)
Custom infoTypes provided by the user.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
java.util.List<ContentOption> getContentOptionsList()
List of options defining data content to scan. If empty, text, images, and other content will be included.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;
int getContentOptionsCount()
List of options defining data content to scan. If empty, text, images, and other content will be included.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;
ContentOption getContentOptions(int index)
List of options defining data content to scan. If empty, text, images, and other content will be included.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;
java.util.List<java.lang.Integer> getContentOptionsValueList()
List of options defining data content to scan. If empty, text, images, and other content will be included.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;
int getContentOptionsValue(int index)
List of options defining data content to scan. If empty, text, images, and other content will be included.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;