public static enum GrpcRouteMetadataMatchMethod.Type extends Enum<GrpcRouteMetadataMatchMethod.Type>
GrpcRouteMetadataMatchMethod.type()| Enum Constant and Description |
|---|
EXACT |
PREFIX |
RANGE |
REGEX |
SUFFIX |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static GrpcRouteMetadataMatchMethod.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcRouteMetadataMatchMethod.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrpcRouteMetadataMatchMethod.Type EXACT
public static final GrpcRouteMetadataMatchMethod.Type PREFIX
public static final GrpcRouteMetadataMatchMethod.Type RANGE
public static final GrpcRouteMetadataMatchMethod.Type REGEX
public static final GrpcRouteMetadataMatchMethod.Type SUFFIX
public static final GrpcRouteMetadataMatchMethod.Type UNKNOWN_TO_SDK_VERSION
public static GrpcRouteMetadataMatchMethod.Type[] values()
for (GrpcRouteMetadataMatchMethod.Type c : GrpcRouteMetadataMatchMethod.Type.values()) System.out.println(c);
public static GrpcRouteMetadataMatchMethod.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.