| Modifier and Type | Method and Description |
|---|---|
static MatchingType |
MatchingType.forNumber(int value) |
MatchingType |
ExclusionRule.getMatchingType()
How the rule is applied, see MatchingType documentation for details.
|
MatchingType |
ExclusionRule.Builder.getMatchingType()
How the rule is applied, see MatchingType documentation for details.
|
MatchingType |
ExclusionRuleOrBuilder.getMatchingType()
How the rule is applied, see MatchingType documentation for details.
|
static MatchingType |
MatchingType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MatchingType |
MatchingType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MatchingType |
MatchingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchingType[] |
MatchingType.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<MatchingType> |
MatchingType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ExclusionRule.Builder |
ExclusionRule.Builder.setMatchingType(MatchingType value)
How the rule is applied, see MatchingType documentation for details.
|
Copyright © 2022 Google LLC. All rights reserved.