Show / Hide Table of Contents

Class ExtensionBindingMatchConditionTo

Describes properties of one or more destinations of a request.

Inheritance
object
ExtensionBindingMatchConditionTo
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 ExtensionBindingMatchConditionTo : IDirectResponseSchema

Properties

Destination

Optional. Describes properties of destination of a request. Within a destination, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. At least one of destination or not_destination must be specified.

Declaration
[JsonProperty("destination")]
public virtual ExtensionBindingMatchConditionToDestination Destination { get; set; }
Property Value
Type Description
ExtensionBindingMatchConditionToDestination

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NotDestination

Optional. Describes the negated properties of the request destination. Extension will not be invoked on requests that match the criteria specified in this field. At least one of destination or not_destination must be specified.

Declaration
[JsonProperty("notDestination")]
public virtual ExtensionBindingMatchConditionToDestination NotDestination { get; set; }
Property Value
Type Description
ExtensionBindingMatchConditionToDestination

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX