Class GrpcRouteMethodMatch
Specifies a match against a method.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class GrpcRouteMethodMatch : IDirectResponseSchema
Properties
CaseSensitive
Optional. Specifies that matches are case sensitive. The default value is true. case_sensitive must not be used with a type of REGULAR_EXPRESSION.
Declaration
[JsonProperty("caseSensitive")]
public virtual bool? CaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GrpcMethod
Required. Name of the method to match against. If unspecified, will match all methods.
Declaration
[JsonProperty("grpcMethod")]
public virtual string GrpcMethod { get; set; }
Property Value
Type | Description |
---|---|
string |
GrpcService
Required. Name of the service to match against. If unspecified, will match all services.
Declaration
[JsonProperty("grpcService")]
public virtual string GrpcService { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Optional. Specifies how to match against the name. If not specified, a default value of "EXACT" is used.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |