Class RouteMatch (0.5.9)

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

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

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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 MutableSequence[google.cloud.network_services_v1.types.GrpcRoute.HeaderMatch]
Optional. Specifies a collection of headers to match.