Class GrpcRouteRouteMatch
Criteria for matching traffic. A RouteMatch will be considered to match when all supplied fields match.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class GrpcRouteRouteMatch : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Headers
Optional. Specifies a collection of headers to match.
Declaration
[JsonProperty("headers")]
public virtual IList<GrpcRouteHeaderMatch> Headers { get; set; }
Property Value
Type | Description |
---|---|
IList<GrpcRouteHeaderMatch> |
Method
Optional. A gRPC method to match against. If this field is empty or omitted, will match all methods.
Declaration
[JsonProperty("method")]
public virtual GrpcRouteMethodMatch Method { get; set; }
Property Value
Type | Description |
---|---|
GrpcRouteMethodMatch |