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 InspectionRuleSetInspectionRuleSet.Builder. build()InspectionRuleSetInspectionRuleSet.Builder. buildPartial()static InspectionRuleSetInspectionRuleSet. getDefaultInstance()InspectionRuleSetInspectionRuleSet.Builder. getDefaultInstanceForType()InspectionRuleSetInspectionRuleSet. getDefaultInstanceForType()InspectionRuleSetInspectConfig.Builder. getRuleSet(int index)Set of rules to apply to the findings for this InspectConfig.InspectionRuleSetInspectConfig. getRuleSet(int index)Set of rules to apply to the findings for this InspectConfig.InspectionRuleSetInspectConfigOrBuilder. getRuleSet(int index)Set of rules to apply to the findings for this InspectConfig.static InspectionRuleSetInspectionRuleSet. parseDelimitedFrom(InputStream input)static InspectionRuleSetInspectionRuleSet. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectionRuleSetInspectionRuleSet. parseFrom(byte[] data)static InspectionRuleSetInspectionRuleSet. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectionRuleSetInspectionRuleSet. parseFrom(com.google.protobuf.ByteString data)static InspectionRuleSetInspectionRuleSet. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectionRuleSetInspectionRuleSet. parseFrom(com.google.protobuf.CodedInputStream input)static InspectionRuleSetInspectionRuleSet. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectionRuleSetInspectionRuleSet. parseFrom(InputStream input)static InspectionRuleSetInspectionRuleSet. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InspectionRuleSetInspectionRuleSet. parseFrom(ByteBuffer data)static InspectionRuleSetInspectionRuleSet. 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.BuilderInspectConfig.Builder. addRuleSet(int index, InspectionRuleSet value)Set of rules to apply to the findings for this InspectConfig.InspectConfig.BuilderInspectConfig.Builder. addRuleSet(InspectionRuleSet value)Set of rules to apply to the findings for this InspectConfig.InspectionRuleSet.BuilderInspectionRuleSet.Builder. mergeFrom(InspectionRuleSet other)static InspectionRuleSet.BuilderInspectionRuleSet. newBuilder(InspectionRuleSet prototype)InspectConfig.BuilderInspectConfig.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.BuilderInspectConfig.Builder. addAllRuleSet(Iterable<? extends InspectionRuleSet> values)Set of rules to apply to the findings for this InspectConfig.
-