Uses of Class
com.google.privacy.dlp.v2.InspectionRule
-
Packages that use InspectionRule Package Description com.google.privacy.dlp.v2 -
-
Uses of InspectionRule in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return InspectionRule Modifier and Type Method Description InspectionRule
InspectionRule.Builder. build()
InspectionRule
InspectionRule.Builder. buildPartial()
static InspectionRule
InspectionRule. getDefaultInstance()
InspectionRule
InspectionRule.Builder. getDefaultInstanceForType()
InspectionRule
InspectionRule. getDefaultInstanceForType()
InspectionRule
InspectionRuleSet.Builder. getRules(int index)
Set of rules to be applied to infoTypes.InspectionRule
InspectionRuleSet. getRules(int index)
Set of rules to be applied to infoTypes.InspectionRule
InspectionRuleSetOrBuilder. getRules(int index)
Set of rules to be applied to infoTypes.static InspectionRule
InspectionRule. parseDelimitedFrom(InputStream input)
static InspectionRule
InspectionRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectionRule
InspectionRule. parseFrom(byte[] data)
static InspectionRule
InspectionRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectionRule
InspectionRule. parseFrom(com.google.protobuf.ByteString data)
static InspectionRule
InspectionRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectionRule
InspectionRule. parseFrom(com.google.protobuf.CodedInputStream input)
static InspectionRule
InspectionRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectionRule
InspectionRule. parseFrom(InputStream input)
static InspectionRule
InspectionRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectionRule
InspectionRule. parseFrom(ByteBuffer data)
static InspectionRule
InspectionRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type InspectionRule Modifier and Type Method Description com.google.protobuf.Parser<InspectionRule>
InspectionRule. getParserForType()
List<InspectionRule>
InspectionRuleSet.Builder. getRulesList()
Set of rules to be applied to infoTypes.List<InspectionRule>
InspectionRuleSet. getRulesList()
Set of rules to be applied to infoTypes.List<InspectionRule>
InspectionRuleSetOrBuilder. getRulesList()
Set of rules to be applied to infoTypes.static com.google.protobuf.Parser<InspectionRule>
InspectionRule. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type InspectionRule Modifier and Type Method Description InspectionRuleSet.Builder
InspectionRuleSet.Builder. addRules(int index, InspectionRule value)
Set of rules to be applied to infoTypes.InspectionRuleSet.Builder
InspectionRuleSet.Builder. addRules(InspectionRule value)
Set of rules to be applied to infoTypes.InspectionRule.Builder
InspectionRule.Builder. mergeFrom(InspectionRule other)
static InspectionRule.Builder
InspectionRule. newBuilder(InspectionRule prototype)
InspectionRuleSet.Builder
InspectionRuleSet.Builder. setRules(int index, InspectionRule value)
Set of rules to be applied to infoTypes.Method parameters in com.google.privacy.dlp.v2 with type arguments of type InspectionRule Modifier and Type Method Description InspectionRuleSet.Builder
InspectionRuleSet.Builder. addAllRules(Iterable<? extends InspectionRule> values)
Set of rules to be applied to infoTypes.
-