Show / Hide Table of Contents

Class EndpointMatcherMetadataLabelMatcherMetadataLabels

Defines a name-pair value for a single label.

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

Properties

ETag

The ETag of the item.

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

LabelName

Required. Label name presented as key in xDS Node Metadata.

Declaration
[JsonProperty("labelName")]
public virtual string LabelName { get; set; }
Property Value
Type Description
string

LabelValue

Required. Label value presented as value corresponding to the above key, in xDS Node Metadata.

Declaration
[JsonProperty("labelValue")]
public virtual string LabelValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX