Enum GrpcRoute.HeaderMatch.Type (0.1.0)

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

The type of match.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
EXACT

Will only match the exact value provided.

EXACT = 1;

EXACT_VALUE

Will only match the exact value provided.

EXACT = 1;

REGULAR_EXPRESSION

Will match paths conforming to the prefix specified by value. RE2 syntax is supported.

REGULAR_EXPRESSION = 2;

REGULAR_EXPRESSION_VALUE

Will match paths conforming to the prefix specified by value. 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()