Interface EndpointMatcher.MetadataLabelMatcher.MetadataLabelsOrBuilder (0.15.0)

public static interface EndpointMatcher.MetadataLabelMatcher.MetadataLabelsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLabelName()

public abstract String getLabelName()

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

string label_name = 1;

Returns
TypeDescription
String

The labelName.

getLabelNameBytes()

public abstract ByteString getLabelNameBytes()

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

string label_name = 1;

Returns
TypeDescription
ByteString

The bytes for labelName.

getLabelValue()

public abstract String getLabelValue()

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

string label_value = 2;

Returns
TypeDescription
String

The labelValue.

getLabelValueBytes()

public abstract ByteString getLabelValueBytes()

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

string label_value = 2;

Returns
TypeDescription
ByteString

The bytes for labelValue.