Show / Hide Table of Contents

Class GrpcRouteRouteMatch

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

Inheritance
object
GrpcRouteRouteMatch
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX