Uses of Class
com.google.privacy.dlp.v2.InspectionRuleSet
-
Packages that use InspectionRuleSet Package Description com.google.privacy.dlp.v2 -
-
Uses of InspectionRuleSet in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return InspectionRuleSet Modifier and Type Method Description InspectionRuleSet
InspectionRuleSet.Builder. build()
InspectionRuleSet
InspectionRuleSet.Builder. buildPartial()
static InspectionRuleSet
InspectionRuleSet. getDefaultInstance()
InspectionRuleSet
InspectionRuleSet.Builder. getDefaultInstanceForType()
InspectionRuleSet
InspectionRuleSet. getDefaultInstanceForType()
InspectionRuleSet
InspectConfig.Builder. getRuleSet(int index)
Set of rules to apply to the findings for this InspectConfig.InspectionRuleSet
InspectConfig. getRuleSet(int index)
Set of rules to apply to the findings for this InspectConfig.InspectionRuleSet
InspectConfigOrBuilder. getRuleSet(int index)
Set of rules to apply to the findings for this InspectConfig.static InspectionRuleSet
InspectionRuleSet. parseDelimitedFrom(InputStream input)
static InspectionRuleSet
InspectionRuleSet. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectionRuleSet
InspectionRuleSet. parseFrom(byte[] data)
static InspectionRuleSet
InspectionRuleSet. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectionRuleSet
InspectionRuleSet. parseFrom(com.google.protobuf.ByteString data)
static InspectionRuleSet
InspectionRuleSet. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectionRuleSet
InspectionRuleSet. parseFrom(com.google.protobuf.CodedInputStream input)
static InspectionRuleSet
InspectionRuleSet. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectionRuleSet
InspectionRuleSet. parseFrom(InputStream input)
static InspectionRuleSet
InspectionRuleSet. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InspectionRuleSet
InspectionRuleSet. parseFrom(ByteBuffer data)
static InspectionRuleSet
InspectionRuleSet. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type InspectionRuleSet Modifier and Type Method Description com.google.protobuf.Parser<InspectionRuleSet>
InspectionRuleSet. getParserForType()
List<InspectionRuleSet>
InspectConfig.Builder. getRuleSetList()
Set of rules to apply to the findings for this InspectConfig.List<InspectionRuleSet>
InspectConfig. getRuleSetList()
Set of rules to apply to the findings for this InspectConfig.List<InspectionRuleSet>
InspectConfigOrBuilder. getRuleSetList()
Set of rules to apply to the findings for this InspectConfig.static com.google.protobuf.Parser<InspectionRuleSet>
InspectionRuleSet. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type InspectionRuleSet Modifier and Type Method Description InspectConfig.Builder
InspectConfig.Builder. addRuleSet(int index, InspectionRuleSet value)
Set of rules to apply to the findings for this InspectConfig.InspectConfig.Builder
InspectConfig.Builder. addRuleSet(InspectionRuleSet value)
Set of rules to apply to the findings for this InspectConfig.InspectionRuleSet.Builder
InspectionRuleSet.Builder. mergeFrom(InspectionRuleSet other)
static InspectionRuleSet.Builder
InspectionRuleSet. newBuilder(InspectionRuleSet prototype)
InspectConfig.Builder
InspectConfig.Builder. setRuleSet(int index, InspectionRuleSet value)
Set of rules to apply to the findings for this InspectConfig.Method parameters in com.google.privacy.dlp.v2 with type arguments of type InspectionRuleSet Modifier and Type Method Description InspectConfig.Builder
InspectConfig.Builder. addAllRuleSet(Iterable<? extends InspectionRuleSet> values)
Set of rules to apply to the findings for this InspectConfig.
-