Google Cloud Network Services V1 Client - Class Type (0.1.0)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class Type.

The type of the match.

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

Namespace

Google \ Cloud \ NetworkServices \ V1 \ GrpcRoute \ MethodMatch

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

EXACT

Value: 1

Will only match the exact name provided.

Generated from protobuf enum EXACT = 1;

REGULAR_EXPRESSION

Value: 2

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

Generated from protobuf enum REGULAR_EXPRESSION = 2;