Class RouteMatch (0.2.2)

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.