public interface LabelValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getHasValue()
If false the value field is ignored and considered not set.
|
String |
getValue()
The value for the label.
|
com.google.protobuf.ByteString |
getValueBytes()
The value for the label.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getValue()
The value for the label.
string value = 1;com.google.protobuf.ByteString getValueBytes()
The value for the label.
string value = 1;boolean getHasValue()
If false the value field is ignored and considered not set. This is used to differentiate a missing label from an empty string.
bool has_value = 2;