Class RouteMatch (0.2.1)

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

Criteria for matching traffic. A RouteMatch will be considered to match when all supplied fields match.

Attributes

NameDescription
method google.cloud.network_services_v1.types.GrpcRoute.MethodMatch
Optional. A gRPC method to match against. If this field is empty or omitted, will match all methods. This field is a member of `oneof`_ ``_method``.
headers Sequence[google.cloud.network_services_v1.types.GrpcRoute.HeaderMatch]
Optional. Specifies a collection of headers to match.

Inheritance

builtins.object > proto.message.Message > RouteMatch