Class MethodMatch (0.2.1)

MethodMatch(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies a match against a method.

Attributes

NameDescription
type_ google.cloud.network_services_v1.types.GrpcRoute.MethodMatch.Type
Optional. Specifies how to match against the name. If not specified, a default value of "EXACT" is used.
grpc_service str
Required. Name of the service to match against. If unspecified, will match all services.
grpc_method str
Required. Name of the method to match against. If unspecified, will match all methods.
case_sensitive bool
Optional. Specifies that matches are case sensitive. The default value is true. case_sensitive must not be used with a type of REGULAR_EXPRESSION. This field is a member of `oneof`_ ``_case_sensitive``.

Inheritance

builtins.object > proto.message.Message > MethodMatch

Classes

Type

Type(value)

The type of the match.