Enum GrpcRoute.MethodMatch.Type (0.1.0)

public enum GrpcRoute.MethodMatch.Type extends Enum<GrpcRoute.MethodMatch.Type> implements ProtocolMessageEnum

The type of the match.

Protobuf enum google.cloud.networkservices.v1.GrpcRoute.MethodMatch.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
EXACT

Will only match the exact name provided.

EXACT = 1;

EXACT_VALUE

Will only match the exact name provided.

EXACT = 1;

REGULAR_EXPRESSION

Will interpret grpc_method and grpc_service as regexes. RE2 syntax is supported.

REGULAR_EXPRESSION = 2;

REGULAR_EXPRESSION_VALUE

Will interpret grpc_method and grpc_service as regexes. RE2 syntax is supported.

REGULAR_EXPRESSION = 2;

TYPE_UNSPECIFIED

Unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()