| Modifier and Type | Method and Description |
|---|---|
static CustomInfoType.ExclusionType |
CustomInfoType.ExclusionType.forNumber(int value) |
CustomInfoType.ExclusionType |
CustomInfoType.getExclusionType()
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding
to be returned.
|
CustomInfoType.ExclusionType |
CustomInfoType.Builder.getExclusionType()
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding
to be returned.
|
CustomInfoType.ExclusionType |
CustomInfoTypeOrBuilder.getExclusionType()
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding
to be returned.
|
static CustomInfoType.ExclusionType |
CustomInfoType.ExclusionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CustomInfoType.ExclusionType |
CustomInfoType.ExclusionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CustomInfoType.ExclusionType |
CustomInfoType.ExclusionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomInfoType.ExclusionType[] |
CustomInfoType.ExclusionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CustomInfoType.ExclusionType> |
CustomInfoType.ExclusionType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CustomInfoType.Builder |
CustomInfoType.Builder.setExclusionType(CustomInfoType.ExclusionType value)
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding
to be returned.
|
Copyright © 2022 Google LLC. All rights reserved.