GoogleApi.NetworkServices.V1.Model.GrpcRouteRouteMatch (google_api_network_services v0.11.0)
View SourceCriteria for matching traffic. A RouteMatch will be considered to match when all supplied fields match.
Attributes
-
headers
(type:list(GoogleApi.NetworkServices.V1.Model.GrpcRouteHeaderMatch.t)
, default:nil
) - Optional. Specifies a collection of headers to match. -
method
(type:GoogleApi.NetworkServices.V1.Model.GrpcRouteMethodMatch.t
, default:nil
) - Optional. A gRPC method to match against. If this field is empty or omitted, will match all methods.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkServices.V1.Model.GrpcRouteRouteMatch{ headers: [GoogleApi.NetworkServices.V1.Model.GrpcRouteHeaderMatch.t()] | nil, method: GoogleApi.NetworkServices.V1.Model.GrpcRouteMethodMatch.t() | nil }