public interface InspectConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CustomInfoType |
getCustomInfoTypes(int index)
Custom info types provided by the user.
|
int |
getCustomInfoTypesCount()
Custom info types provided by the user.
|
java.util.List<CustomInfoType> |
getCustomInfoTypesList()
Custom info types provided by the user.
|
CustomInfoTypeOrBuilder |
getCustomInfoTypesOrBuilder(int index)
Custom info types provided by the user.
|
java.util.List<? extends CustomInfoTypeOrBuilder> |
getCustomInfoTypesOrBuilderList()
Custom info types provided by the user.
|
boolean |
getExcludeTypes()
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.
|
InspectConfig.InfoTypeLimit |
getInfoTypeLimits(int index)
Configuration of findings limit given for specified info types.
|
int |
getInfoTypeLimitsCount()
Configuration of findings limit given for specified info types.
|
java.util.List<InspectConfig.InfoTypeLimit> |
getInfoTypeLimitsList()
Configuration of findings limit given for specified info types.
|
InspectConfig.InfoTypeLimitOrBuilder |
getInfoTypeLimitsOrBuilder(int index)
Configuration of findings limit given for specified info types.
|
java.util.List<? extends InspectConfig.InfoTypeLimitOrBuilder> |
getInfoTypeLimitsOrBuilderList()
Configuration of findings limit given for specified info types.
|
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.
|
int |
getMaxFindings()
Limits the number of findings per content item or long running operation.
|
Likelihood |
getMinLikelihood()
Only returns findings equal or above this threshold.
|
int |
getMinLikelihoodValue()
Only returns findings equal or above this threshold.
|
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. Empty info_types runs all enabled detectors.
repeated .google.privacy.dlp.v2beta1.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. Empty info_types runs all enabled detectors.
repeated .google.privacy.dlp.v2beta1.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. Empty info_types runs all enabled detectors.
repeated .google.privacy.dlp.v2beta1.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. Empty info_types runs all enabled detectors.
repeated .google.privacy.dlp.v2beta1.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. Empty info_types runs all enabled detectors.
repeated .google.privacy.dlp.v2beta1.InfoType info_types = 1;
int getMinLikelihoodValue()
Only returns findings equal or above this threshold.
.google.privacy.dlp.v2beta1.Likelihood min_likelihood = 2;
Likelihood getMinLikelihood()
Only returns findings equal or above this threshold.
.google.privacy.dlp.v2beta1.Likelihood min_likelihood = 2;
int getMaxFindings()
Limits the number of findings per content item or long running operation.
int32 max_findings = 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 getExcludeTypes()
When true, excludes type information of the findings.
bool exclude_types = 6;
java.util.List<InspectConfig.InfoTypeLimit> getInfoTypeLimitsList()
Configuration of findings limit given for specified info types.
repeated .google.privacy.dlp.v2beta1.InspectConfig.InfoTypeLimit info_type_limits = 7;
InspectConfig.InfoTypeLimit getInfoTypeLimits(int index)
Configuration of findings limit given for specified info types.
repeated .google.privacy.dlp.v2beta1.InspectConfig.InfoTypeLimit info_type_limits = 7;
int getInfoTypeLimitsCount()
Configuration of findings limit given for specified info types.
repeated .google.privacy.dlp.v2beta1.InspectConfig.InfoTypeLimit info_type_limits = 7;
java.util.List<? extends InspectConfig.InfoTypeLimitOrBuilder> getInfoTypeLimitsOrBuilderList()
Configuration of findings limit given for specified info types.
repeated .google.privacy.dlp.v2beta1.InspectConfig.InfoTypeLimit info_type_limits = 7;
InspectConfig.InfoTypeLimitOrBuilder getInfoTypeLimitsOrBuilder(int index)
Configuration of findings limit given for specified info types.
repeated .google.privacy.dlp.v2beta1.InspectConfig.InfoTypeLimit info_type_limits = 7;
java.util.List<CustomInfoType> getCustomInfoTypesList()
Custom info types provided by the user.
repeated .google.privacy.dlp.v2beta1.CustomInfoType custom_info_types = 8;
CustomInfoType getCustomInfoTypes(int index)
Custom info types provided by the user.
repeated .google.privacy.dlp.v2beta1.CustomInfoType custom_info_types = 8;
int getCustomInfoTypesCount()
Custom info types provided by the user.
repeated .google.privacy.dlp.v2beta1.CustomInfoType custom_info_types = 8;
java.util.List<? extends CustomInfoTypeOrBuilder> getCustomInfoTypesOrBuilderList()
Custom info types provided by the user.
repeated .google.privacy.dlp.v2beta1.CustomInfoType custom_info_types = 8;
CustomInfoTypeOrBuilder getCustomInfoTypesOrBuilder(int index)
Custom info types provided by the user.
repeated .google.privacy.dlp.v2beta1.CustomInfoType custom_info_types = 8;