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 \ MethodMatchMethods
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;