public static interface EndpointMatcher.MetadataLabelMatcher.MetadataLabelsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLabelName()
public abstract String getLabelName()Required. Label name presented as key in xDS Node Metadata.
 string label_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The labelName. | 
getLabelNameBytes()
public abstract ByteString getLabelNameBytes()Required. Label name presented as key in xDS Node Metadata.
 string label_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| 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 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| 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 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for labelValue. |