| Modifier and Type | Method and Description |
|---|---|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.addAllInfoTypes(Iterable<? extends InfoType> values)
InfoType list in ExclusionRule rule drops a finding when it overlaps or
contained within with a finding of an infoType from this list.
|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.addInfoTypes(InfoType.Builder builderForValue)
InfoType list in ExclusionRule rule drops a finding when it overlaps or
contained within with a finding of an infoType from this list.
|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.addInfoTypes(InfoType value)
InfoType list in ExclusionRule rule drops a finding when it overlaps or
contained within with a finding of an infoType from this list.
|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.addInfoTypes(int index,
InfoType.Builder builderForValue)
InfoType list in ExclusionRule rule drops a finding when it overlaps or
contained within with a finding of an infoType from this list.
|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.addInfoTypes(int index,
InfoType value)
InfoType list in ExclusionRule rule drops a finding when it overlaps or
contained within with a finding of an infoType from this list.
|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.clear() |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.clearInfoTypes()
InfoType list in ExclusionRule rule drops a finding when it overlaps or
contained within with a finding of an infoType from this list.
|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.clone() |
ExcludeInfoTypes.Builder |
ExclusionRule.Builder.getExcludeInfoTypesBuilder()
Set of infoTypes for which findings would affect this rule.
|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.mergeFrom(ExcludeInfoTypes other) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.mergeFrom(com.google.protobuf.Message other) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ExcludeInfoTypes.Builder |
ExcludeInfoTypes.newBuilder() |
static ExcludeInfoTypes.Builder |
ExcludeInfoTypes.newBuilder(ExcludeInfoTypes prototype) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.newBuilderForType() |
protected ExcludeInfoTypes.Builder |
ExcludeInfoTypes.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.removeInfoTypes(int index)
InfoType list in ExclusionRule rule drops a finding when it overlaps or
contained within with a finding of an infoType from this list.
|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.setInfoTypes(int index,
InfoType.Builder builderForValue)
InfoType list in ExclusionRule rule drops a finding when it overlaps or
contained within with a finding of an infoType from this list.
|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.setInfoTypes(int index,
InfoType value)
InfoType list in ExclusionRule rule drops a finding when it overlaps or
contained within with a finding of an infoType from this list.
|
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExcludeInfoTypes.Builder |
ExcludeInfoTypes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ExclusionRule.Builder |
ExclusionRule.Builder.setExcludeInfoTypes(ExcludeInfoTypes.Builder builderForValue)
Set of infoTypes for which findings would affect this rule.
|
Copyright © 2022 Google LLC. All rights reserved.