| Modifier and Type | Method and Description |
|---|---|
ExclusionRule.Builder |
ExclusionRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExclusionRule.Builder |
ExclusionRule.Builder.clear() |
ExclusionRule.Builder |
ExclusionRule.Builder.clearDictionary()
Dictionary which defines the rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.clearExcludeInfoTypes()
Set of infoTypes for which findings would affect this rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExclusionRule.Builder |
ExclusionRule.Builder.clearMatchingType()
How the rule is applied, see MatchingType documentation for details.
|
ExclusionRule.Builder |
ExclusionRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExclusionRule.Builder |
ExclusionRule.Builder.clearRegex()
Regular expression which defines the rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.clearType() |
ExclusionRule.Builder |
ExclusionRule.Builder.clone() |
ExclusionRule.Builder |
InspectionRule.Builder.getExclusionRuleBuilder()
Exclusion rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.mergeDictionary(CustomInfoType.Dictionary value)
Dictionary which defines the rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.mergeExcludeInfoTypes(ExcludeInfoTypes value)
Set of infoTypes for which findings would affect this rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExclusionRule.Builder |
ExclusionRule.Builder.mergeFrom(ExclusionRule other) |
ExclusionRule.Builder |
ExclusionRule.Builder.mergeFrom(com.google.protobuf.Message other) |
ExclusionRule.Builder |
ExclusionRule.Builder.mergeRegex(CustomInfoType.Regex value)
Regular expression which defines the rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ExclusionRule.Builder |
ExclusionRule.newBuilder() |
static ExclusionRule.Builder |
ExclusionRule.newBuilder(ExclusionRule prototype) |
ExclusionRule.Builder |
ExclusionRule.newBuilderForType() |
protected ExclusionRule.Builder |
ExclusionRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ExclusionRule.Builder |
ExclusionRule.Builder.setDictionary(CustomInfoType.Dictionary.Builder builderForValue)
Dictionary which defines the rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.setDictionary(CustomInfoType.Dictionary value)
Dictionary which defines the rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.setExcludeInfoTypes(ExcludeInfoTypes.Builder builderForValue)
Set of infoTypes for which findings would affect this rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.setExcludeInfoTypes(ExcludeInfoTypes value)
Set of infoTypes for which findings would affect this rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExclusionRule.Builder |
ExclusionRule.Builder.setMatchingType(MatchingType value)
How the rule is applied, see MatchingType documentation for details.
|
ExclusionRule.Builder |
ExclusionRule.Builder.setMatchingTypeValue(int value)
How the rule is applied, see MatchingType documentation for details.
|
ExclusionRule.Builder |
ExclusionRule.Builder.setRegex(CustomInfoType.Regex.Builder builderForValue)
Regular expression which defines the rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.setRegex(CustomInfoType.Regex value)
Regular expression which defines the rule.
|
ExclusionRule.Builder |
ExclusionRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExclusionRule.Builder |
ExclusionRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExclusionRule.Builder |
ExclusionRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
InspectionRule.Builder |
InspectionRule.Builder.setExclusionRule(ExclusionRule.Builder builderForValue)
Exclusion rule.
|
Copyright © 2022 Google LLC. All rights reserved.