Package com.google.privacy.dlp.v2
Class InspectConfig.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
- com.google.privacy.dlp.v2.InspectConfig.Builder
-
- All Implemented Interfaces:
InspectConfigOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- InspectConfig
public static final class InspectConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder> implements InspectConfigOrBuilder
Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used.
Protobuf typegoogle.privacy.dlp.v2.InspectConfig
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InspectConfig.BuilderaddAllContentOptions(Iterable<? extends ContentOption> values)Deprecated and unused.InspectConfig.BuilderaddAllContentOptionsValue(Iterable<Integer> values)Deprecated and unused.InspectConfig.BuilderaddAllCustomInfoTypes(Iterable<? extends CustomInfoType> values)CustomInfoTypes provided by the user.InspectConfig.BuilderaddAllInfoTypes(Iterable<? extends InfoType> values)Restricts what info_types to look for.InspectConfig.BuilderaddAllRuleSet(Iterable<? extends InspectionRuleSet> values)Set of rules to apply to the findings for this InspectConfig.InspectConfig.BuilderaddContentOptions(ContentOption value)Deprecated and unused.InspectConfig.BuilderaddContentOptionsValue(int value)Deprecated and unused.InspectConfig.BuilderaddCustomInfoTypes(int index, CustomInfoType value)CustomInfoTypes provided by the user.InspectConfig.BuilderaddCustomInfoTypes(int index, CustomInfoType.Builder builderForValue)CustomInfoTypes provided by the user.InspectConfig.BuilderaddCustomInfoTypes(CustomInfoType value)CustomInfoTypes provided by the user.InspectConfig.BuilderaddCustomInfoTypes(CustomInfoType.Builder builderForValue)CustomInfoTypes provided by the user.CustomInfoType.BuilderaddCustomInfoTypesBuilder()CustomInfoTypes provided by the user.CustomInfoType.BuilderaddCustomInfoTypesBuilder(int index)CustomInfoTypes provided by the user.InspectConfig.BuilderaddInfoTypes(int index, InfoType value)Restricts what info_types to look for.InspectConfig.BuilderaddInfoTypes(int index, InfoType.Builder builderForValue)Restricts what info_types to look for.InspectConfig.BuilderaddInfoTypes(InfoType value)Restricts what info_types to look for.InspectConfig.BuilderaddInfoTypes(InfoType.Builder builderForValue)Restricts what info_types to look for.InfoType.BuilderaddInfoTypesBuilder()Restricts what info_types to look for.InfoType.BuilderaddInfoTypesBuilder(int index)Restricts what info_types to look for.InspectConfig.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)InspectConfig.BuilderaddRuleSet(int index, InspectionRuleSet value)Set of rules to apply to the findings for this InspectConfig.InspectConfig.BuilderaddRuleSet(int index, InspectionRuleSet.Builder builderForValue)Set of rules to apply to the findings for this InspectConfig.InspectConfig.BuilderaddRuleSet(InspectionRuleSet value)Set of rules to apply to the findings for this InspectConfig.InspectConfig.BuilderaddRuleSet(InspectionRuleSet.Builder builderForValue)Set of rules to apply to the findings for this InspectConfig.InspectionRuleSet.BuilderaddRuleSetBuilder()Set of rules to apply to the findings for this InspectConfig.InspectionRuleSet.BuilderaddRuleSetBuilder(int index)Set of rules to apply to the findings for this InspectConfig.InspectConfigbuild()InspectConfigbuildPartial()InspectConfig.Builderclear()InspectConfig.BuilderclearContentOptions()Deprecated and unused.InspectConfig.BuilderclearCustomInfoTypes()CustomInfoTypes provided by the user.InspectConfig.BuilderclearExcludeInfoTypes()When true, excludes type information of the findings.InspectConfig.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)InspectConfig.BuilderclearIncludeQuote()When true, a contextual quote from the data that triggered a finding is included in the response; see [Finding.quote][google.privacy.dlp.v2.Finding.quote].InspectConfig.BuilderclearInfoTypes()Restricts what info_types to look for.InspectConfig.BuilderclearLimits()Configuration to control the number of findings returned.InspectConfig.BuilderclearMinLikelihood()Only returns findings equal or above this threshold.InspectConfig.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)InspectConfig.BuilderclearRuleSet()Set of rules to apply to the findings for this InspectConfig.InspectConfig.Builderclone()ContentOptiongetContentOptions(int index)Deprecated and unused.intgetContentOptionsCount()Deprecated and unused.List<ContentOption>getContentOptionsList()Deprecated and unused.intgetContentOptionsValue(int index)Deprecated and unused.List<Integer>getContentOptionsValueList()Deprecated and unused.CustomInfoTypegetCustomInfoTypes(int index)CustomInfoTypes provided by the user.CustomInfoType.BuildergetCustomInfoTypesBuilder(int index)CustomInfoTypes provided by the user.List<CustomInfoType.Builder>getCustomInfoTypesBuilderList()CustomInfoTypes provided by the user.intgetCustomInfoTypesCount()CustomInfoTypes provided by the user.List<CustomInfoType>getCustomInfoTypesList()CustomInfoTypes provided by the user.CustomInfoTypeOrBuildergetCustomInfoTypesOrBuilder(int index)CustomInfoTypes provided by the user.List<? extends CustomInfoTypeOrBuilder>getCustomInfoTypesOrBuilderList()CustomInfoTypes provided by the user.InspectConfiggetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()booleangetExcludeInfoTypes()When true, excludes type information of the findings.booleangetIncludeQuote()When true, a contextual quote from the data that triggered a finding is included in the response; see [Finding.quote][google.privacy.dlp.v2.Finding.quote].InfoTypegetInfoTypes(int index)Restricts what info_types to look for.InfoType.BuildergetInfoTypesBuilder(int index)Restricts what info_types to look for.List<InfoType.Builder>getInfoTypesBuilderList()Restricts what info_types to look for.intgetInfoTypesCount()Restricts what info_types to look for.List<InfoType>getInfoTypesList()Restricts what info_types to look for.InfoTypeOrBuildergetInfoTypesOrBuilder(int index)Restricts what info_types to look for.List<? extends InfoTypeOrBuilder>getInfoTypesOrBuilderList()Restricts what info_types to look for.InspectConfig.FindingLimitsgetLimits()Configuration to control the number of findings returned.InspectConfig.FindingLimits.BuildergetLimitsBuilder()Configuration to control the number of findings returned.InspectConfig.FindingLimitsOrBuildergetLimitsOrBuilder()Configuration to control the number of findings returned.LikelihoodgetMinLikelihood()Only returns findings equal or above this threshold.intgetMinLikelihoodValue()Only returns findings equal or above this threshold.InspectionRuleSetgetRuleSet(int index)Set of rules to apply to the findings for this InspectConfig.InspectionRuleSet.BuildergetRuleSetBuilder(int index)Set of rules to apply to the findings for this InspectConfig.List<InspectionRuleSet.Builder>getRuleSetBuilderList()Set of rules to apply to the findings for this InspectConfig.intgetRuleSetCount()Set of rules to apply to the findings for this InspectConfig.List<InspectionRuleSet>getRuleSetList()Set of rules to apply to the findings for this InspectConfig.InspectionRuleSetOrBuildergetRuleSetOrBuilder(int index)Set of rules to apply to the findings for this InspectConfig.List<? extends InspectionRuleSetOrBuilder>getRuleSetOrBuilderList()Set of rules to apply to the findings for this InspectConfig.booleanhasLimits()Configuration to control the number of findings returned.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()InspectConfig.BuildermergeFrom(InspectConfig other)InspectConfig.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)InspectConfig.BuildermergeFrom(com.google.protobuf.Message other)InspectConfig.BuildermergeLimits(InspectConfig.FindingLimits value)Configuration to control the number of findings returned.InspectConfig.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)InspectConfig.BuilderremoveCustomInfoTypes(int index)CustomInfoTypes provided by the user.InspectConfig.BuilderremoveInfoTypes(int index)Restricts what info_types to look for.InspectConfig.BuilderremoveRuleSet(int index)Set of rules to apply to the findings for this InspectConfig.InspectConfig.BuildersetContentOptions(int index, ContentOption value)Deprecated and unused.InspectConfig.BuildersetContentOptionsValue(int index, int value)Deprecated and unused.InspectConfig.BuildersetCustomInfoTypes(int index, CustomInfoType value)CustomInfoTypes provided by the user.InspectConfig.BuildersetCustomInfoTypes(int index, CustomInfoType.Builder builderForValue)CustomInfoTypes provided by the user.InspectConfig.BuildersetExcludeInfoTypes(boolean value)When true, excludes type information of the findings.InspectConfig.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)InspectConfig.BuildersetIncludeQuote(boolean value)When true, a contextual quote from the data that triggered a finding is included in the response; see [Finding.quote][google.privacy.dlp.v2.Finding.quote].InspectConfig.BuildersetInfoTypes(int index, InfoType value)Restricts what info_types to look for.InspectConfig.BuildersetInfoTypes(int index, InfoType.Builder builderForValue)Restricts what info_types to look for.InspectConfig.BuildersetLimits(InspectConfig.FindingLimits value)Configuration to control the number of findings returned.InspectConfig.BuildersetLimits(InspectConfig.FindingLimits.Builder builderForValue)Configuration to control the number of findings returned.InspectConfig.BuildersetMinLikelihood(Likelihood value)Only returns findings equal or above this threshold.InspectConfig.BuildersetMinLikelihoodValue(int value)Only returns findings equal or above this threshold.InspectConfig.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)InspectConfig.BuildersetRuleSet(int index, InspectionRuleSet value)Set of rules to apply to the findings for this InspectConfig.InspectConfig.BuildersetRuleSet(int index, InspectionRuleSet.Builder builderForValue)Set of rules to apply to the findings for this InspectConfig.InspectConfig.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
clear
public InspectConfig.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
getDefaultInstanceForType
public InspectConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public InspectConfig build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public InspectConfig buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public InspectConfig.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
setField
public InspectConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
clearField
public InspectConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
clearOneof
public InspectConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
setRepeatedField
public InspectConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
addRepeatedField
public InspectConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
mergeFrom
public InspectConfig.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<InspectConfig.Builder>
-
mergeFrom
public InspectConfig.Builder mergeFrom(InspectConfig other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
mergeFrom
public InspectConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<InspectConfig.Builder>- Throws:
IOException
-
getInfoTypesList
public List<InfoType> getInfoTypesList()
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;- Specified by:
getInfoTypesListin interfaceInspectConfigOrBuilder
-
getInfoTypesCount
public int getInfoTypesCount()
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;- Specified by:
getInfoTypesCountin interfaceInspectConfigOrBuilder
-
getInfoTypes
public InfoType getInfoTypes(int index)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;- Specified by:
getInfoTypesin interfaceInspectConfigOrBuilder
-
setInfoTypes
public InspectConfig.Builder setInfoTypes(int index, InfoType value)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
setInfoTypes
public InspectConfig.Builder setInfoTypes(int index, InfoType.Builder builderForValue)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
addInfoTypes
public InspectConfig.Builder addInfoTypes(InfoType value)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
addInfoTypes
public InspectConfig.Builder addInfoTypes(int index, InfoType value)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
addInfoTypes
public InspectConfig.Builder addInfoTypes(InfoType.Builder builderForValue)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
addInfoTypes
public InspectConfig.Builder addInfoTypes(int index, InfoType.Builder builderForValue)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
addAllInfoTypes
public InspectConfig.Builder addAllInfoTypes(Iterable<? extends InfoType> values)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
clearInfoTypes
public InspectConfig.Builder clearInfoTypes()
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
removeInfoTypes
public InspectConfig.Builder removeInfoTypes(int index)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
getInfoTypesBuilder
public InfoType.Builder getInfoTypesBuilder(int index)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
getInfoTypesOrBuilder
public InfoTypeOrBuilder getInfoTypesOrBuilder(int index)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;- Specified by:
getInfoTypesOrBuilderin interfaceInspectConfigOrBuilder
-
getInfoTypesOrBuilderList
public List<? extends InfoTypeOrBuilder> getInfoTypesOrBuilderList()
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;- Specified by:
getInfoTypesOrBuilderListin interfaceInspectConfigOrBuilder
-
addInfoTypesBuilder
public InfoType.Builder addInfoTypesBuilder()
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
addInfoTypesBuilder
public InfoType.Builder addInfoTypesBuilder(int index)
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
getInfoTypesBuilderList
public List<InfoType.Builder> getInfoTypesBuilderList()
Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
-
getMinLikelihoodValue
public int getMinLikelihoodValue()
Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more.
.google.privacy.dlp.v2.Likelihood min_likelihood = 2;- Specified by:
getMinLikelihoodValuein interfaceInspectConfigOrBuilder- Returns:
- The enum numeric value on the wire for minLikelihood.
-
setMinLikelihoodValue
public InspectConfig.Builder setMinLikelihoodValue(int value)
Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more.
.google.privacy.dlp.v2.Likelihood min_likelihood = 2;- Parameters:
value- The enum numeric value on the wire for minLikelihood to set.- Returns:
- This builder for chaining.
-
getMinLikelihood
public Likelihood getMinLikelihood()
Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more.
.google.privacy.dlp.v2.Likelihood min_likelihood = 2;- Specified by:
getMinLikelihoodin interfaceInspectConfigOrBuilder- Returns:
- The minLikelihood.
-
setMinLikelihood
public InspectConfig.Builder setMinLikelihood(Likelihood value)
Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more.
.google.privacy.dlp.v2.Likelihood min_likelihood = 2;- Parameters:
value- The minLikelihood to set.- Returns:
- This builder for chaining.
-
clearMinLikelihood
public InspectConfig.Builder clearMinLikelihood()
Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more.
.google.privacy.dlp.v2.Likelihood min_likelihood = 2;- Returns:
- This builder for chaining.
-
hasLimits
public boolean hasLimits()
Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in [RedactImage][google.privacy.dlp.v2.DlpService.RedactImage] requests. Otherwise, Cloud DLP returns an error.
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;- Specified by:
hasLimitsin interfaceInspectConfigOrBuilder- Returns:
- Whether the limits field is set.
-
getLimits
public InspectConfig.FindingLimits getLimits()
Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in [RedactImage][google.privacy.dlp.v2.DlpService.RedactImage] requests. Otherwise, Cloud DLP returns an error.
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;- Specified by:
getLimitsin interfaceInspectConfigOrBuilder- Returns:
- The limits.
-
setLimits
public InspectConfig.Builder setLimits(InspectConfig.FindingLimits value)
Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in [RedactImage][google.privacy.dlp.v2.DlpService.RedactImage] requests. Otherwise, Cloud DLP returns an error.
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;
-
setLimits
public InspectConfig.Builder setLimits(InspectConfig.FindingLimits.Builder builderForValue)
Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in [RedactImage][google.privacy.dlp.v2.DlpService.RedactImage] requests. Otherwise, Cloud DLP returns an error.
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;
-
mergeLimits
public InspectConfig.Builder mergeLimits(InspectConfig.FindingLimits value)
Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in [RedactImage][google.privacy.dlp.v2.DlpService.RedactImage] requests. Otherwise, Cloud DLP returns an error.
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;
-
clearLimits
public InspectConfig.Builder clearLimits()
Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in [RedactImage][google.privacy.dlp.v2.DlpService.RedactImage] requests. Otherwise, Cloud DLP returns an error.
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;
-
getLimitsBuilder
public InspectConfig.FindingLimits.Builder getLimitsBuilder()
Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in [RedactImage][google.privacy.dlp.v2.DlpService.RedactImage] requests. Otherwise, Cloud DLP returns an error.
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;
-
getLimitsOrBuilder
public InspectConfig.FindingLimitsOrBuilder getLimitsOrBuilder()
Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in [RedactImage][google.privacy.dlp.v2.DlpService.RedactImage] requests. Otherwise, Cloud DLP returns an error.
.google.privacy.dlp.v2.InspectConfig.FindingLimits limits = 3;- Specified by:
getLimitsOrBuilderin interfaceInspectConfigOrBuilder
-
getIncludeQuote
public boolean getIncludeQuote()
When true, a contextual quote from the data that triggered a finding is included in the response; see [Finding.quote][google.privacy.dlp.v2.Finding.quote]. This is not used for data profiling.
bool include_quote = 4;- Specified by:
getIncludeQuotein interfaceInspectConfigOrBuilder- Returns:
- The includeQuote.
-
setIncludeQuote
public InspectConfig.Builder setIncludeQuote(boolean value)
When true, a contextual quote from the data that triggered a finding is included in the response; see [Finding.quote][google.privacy.dlp.v2.Finding.quote]. This is not used for data profiling.
bool include_quote = 4;- Parameters:
value- The includeQuote to set.- Returns:
- This builder for chaining.
-
clearIncludeQuote
public InspectConfig.Builder clearIncludeQuote()
When true, a contextual quote from the data that triggered a finding is included in the response; see [Finding.quote][google.privacy.dlp.v2.Finding.quote]. This is not used for data profiling.
bool include_quote = 4;- Returns:
- This builder for chaining.
-
getExcludeInfoTypes
public boolean getExcludeInfoTypes()
When true, excludes type information of the findings. This is not used for data profiling.
bool exclude_info_types = 5;- Specified by:
getExcludeInfoTypesin interfaceInspectConfigOrBuilder- Returns:
- The excludeInfoTypes.
-
setExcludeInfoTypes
public InspectConfig.Builder setExcludeInfoTypes(boolean value)
When true, excludes type information of the findings. This is not used for data profiling.
bool exclude_info_types = 5;- Parameters:
value- The excludeInfoTypes to set.- Returns:
- This builder for chaining.
-
clearExcludeInfoTypes
public InspectConfig.Builder clearExcludeInfoTypes()
When true, excludes type information of the findings. This is not used for data profiling.
bool exclude_info_types = 5;- Returns:
- This builder for chaining.
-
getCustomInfoTypesList
public List<CustomInfoType> getCustomInfoTypesList()
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;- Specified by:
getCustomInfoTypesListin interfaceInspectConfigOrBuilder
-
getCustomInfoTypesCount
public int getCustomInfoTypesCount()
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;- Specified by:
getCustomInfoTypesCountin interfaceInspectConfigOrBuilder
-
getCustomInfoTypes
public CustomInfoType getCustomInfoTypes(int index)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;- Specified by:
getCustomInfoTypesin interfaceInspectConfigOrBuilder
-
setCustomInfoTypes
public InspectConfig.Builder setCustomInfoTypes(int index, CustomInfoType value)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
setCustomInfoTypes
public InspectConfig.Builder setCustomInfoTypes(int index, CustomInfoType.Builder builderForValue)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
addCustomInfoTypes
public InspectConfig.Builder addCustomInfoTypes(CustomInfoType value)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
addCustomInfoTypes
public InspectConfig.Builder addCustomInfoTypes(int index, CustomInfoType value)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
addCustomInfoTypes
public InspectConfig.Builder addCustomInfoTypes(CustomInfoType.Builder builderForValue)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
addCustomInfoTypes
public InspectConfig.Builder addCustomInfoTypes(int index, CustomInfoType.Builder builderForValue)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
addAllCustomInfoTypes
public InspectConfig.Builder addAllCustomInfoTypes(Iterable<? extends CustomInfoType> values)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
clearCustomInfoTypes
public InspectConfig.Builder clearCustomInfoTypes()
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
removeCustomInfoTypes
public InspectConfig.Builder removeCustomInfoTypes(int index)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
getCustomInfoTypesBuilder
public CustomInfoType.Builder getCustomInfoTypesBuilder(int index)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
getCustomInfoTypesOrBuilder
public CustomInfoTypeOrBuilder getCustomInfoTypesOrBuilder(int index)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;- Specified by:
getCustomInfoTypesOrBuilderin interfaceInspectConfigOrBuilder
-
getCustomInfoTypesOrBuilderList
public List<? extends CustomInfoTypeOrBuilder> getCustomInfoTypesOrBuilderList()
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;- Specified by:
getCustomInfoTypesOrBuilderListin interfaceInspectConfigOrBuilder
-
addCustomInfoTypesBuilder
public CustomInfoType.Builder addCustomInfoTypesBuilder()
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
addCustomInfoTypesBuilder
public CustomInfoType.Builder addCustomInfoTypesBuilder(int index)
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
getCustomInfoTypesBuilderList
public List<CustomInfoType.Builder> getCustomInfoTypesBuilderList()
CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
repeated .google.privacy.dlp.v2.CustomInfoType custom_info_types = 6;
-
getContentOptionsList
public List<ContentOption> getContentOptionsList()
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Specified by:
getContentOptionsListin interfaceInspectConfigOrBuilder- Returns:
- A list containing the contentOptions.
-
getContentOptionsCount
public int getContentOptionsCount()
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Specified by:
getContentOptionsCountin interfaceInspectConfigOrBuilder- Returns:
- The count of contentOptions.
-
getContentOptions
public ContentOption getContentOptions(int index)
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Specified by:
getContentOptionsin interfaceInspectConfigOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The contentOptions at the given index.
-
setContentOptions
public InspectConfig.Builder setContentOptions(int index, ContentOption value)
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Parameters:
index- The index to set the value at.value- The contentOptions to set.- Returns:
- This builder for chaining.
-
addContentOptions
public InspectConfig.Builder addContentOptions(ContentOption value)
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Parameters:
value- The contentOptions to add.- Returns:
- This builder for chaining.
-
addAllContentOptions
public InspectConfig.Builder addAllContentOptions(Iterable<? extends ContentOption> values)
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Parameters:
values- The contentOptions to add.- Returns:
- This builder for chaining.
-
clearContentOptions
public InspectConfig.Builder clearContentOptions()
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Returns:
- This builder for chaining.
-
getContentOptionsValueList
public List<Integer> getContentOptionsValueList()
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Specified by:
getContentOptionsValueListin interfaceInspectConfigOrBuilder- Returns:
- A list containing the enum numeric values on the wire for contentOptions.
-
getContentOptionsValue
public int getContentOptionsValue(int index)
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Specified by:
getContentOptionsValuein interfaceInspectConfigOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of contentOptions at the given index.
-
setContentOptionsValue
public InspectConfig.Builder setContentOptionsValue(int index, int value)
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Parameters:
index- The index to set the value at.value- The enum numeric value on the wire for contentOptions to set.- Returns:
- This builder for chaining.
-
addContentOptionsValue
public InspectConfig.Builder addContentOptionsValue(int value)
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Parameters:
value- The enum numeric value on the wire for contentOptions to add.- Returns:
- This builder for chaining.
-
addAllContentOptionsValue
public InspectConfig.Builder addAllContentOptionsValue(Iterable<Integer> values)
Deprecated and unused.
repeated .google.privacy.dlp.v2.ContentOption content_options = 8;- Parameters:
values- The enum numeric values on the wire for contentOptions to add.- Returns:
- This builder for chaining.
-
getRuleSetList
public List<InspectionRuleSet> getRuleSetList()
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;- Specified by:
getRuleSetListin interfaceInspectConfigOrBuilder
-
getRuleSetCount
public int getRuleSetCount()
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;- Specified by:
getRuleSetCountin interfaceInspectConfigOrBuilder
-
getRuleSet
public InspectionRuleSet getRuleSet(int index)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;- Specified by:
getRuleSetin interfaceInspectConfigOrBuilder
-
setRuleSet
public InspectConfig.Builder setRuleSet(int index, InspectionRuleSet value)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
setRuleSet
public InspectConfig.Builder setRuleSet(int index, InspectionRuleSet.Builder builderForValue)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
addRuleSet
public InspectConfig.Builder addRuleSet(InspectionRuleSet value)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
addRuleSet
public InspectConfig.Builder addRuleSet(int index, InspectionRuleSet value)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
addRuleSet
public InspectConfig.Builder addRuleSet(InspectionRuleSet.Builder builderForValue)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
addRuleSet
public InspectConfig.Builder addRuleSet(int index, InspectionRuleSet.Builder builderForValue)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
addAllRuleSet
public InspectConfig.Builder addAllRuleSet(Iterable<? extends InspectionRuleSet> values)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
clearRuleSet
public InspectConfig.Builder clearRuleSet()
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
removeRuleSet
public InspectConfig.Builder removeRuleSet(int index)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
getRuleSetBuilder
public InspectionRuleSet.Builder getRuleSetBuilder(int index)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
getRuleSetOrBuilder
public InspectionRuleSetOrBuilder getRuleSetOrBuilder(int index)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;- Specified by:
getRuleSetOrBuilderin interfaceInspectConfigOrBuilder
-
getRuleSetOrBuilderList
public List<? extends InspectionRuleSetOrBuilder> getRuleSetOrBuilderList()
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;- Specified by:
getRuleSetOrBuilderListin interfaceInspectConfigOrBuilder
-
addRuleSetBuilder
public InspectionRuleSet.Builder addRuleSetBuilder()
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
addRuleSetBuilder
public InspectionRuleSet.Builder addRuleSetBuilder(int index)
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
getRuleSetBuilderList
public List<InspectionRuleSet.Builder> getRuleSetBuilderList()
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
repeated .google.privacy.dlp.v2.InspectionRuleSet rule_set = 10;
-
setUnknownFields
public final InspectConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
mergeUnknownFields
public final InspectConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<InspectConfig.Builder>
-
-