public interface LabelDescriptorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()
A human-readable description for the label.
string description = 3;
Type | Description |
String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
A human-readable description for the label.
string description = 3;
Type | Description |
ByteString | The bytes for description. |
getKey()
public abstract String getKey()
The label key.
string key = 1;
Type | Description |
String | The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
The label key.
string key = 1;
Type | Description |
ByteString | The bytes for key. |
getValueType()
public abstract LabelDescriptor.ValueType getValueType()
The type of data that can be assigned to the label.
.google.api.LabelDescriptor.ValueType value_type = 2;
Type | Description |
LabelDescriptor.ValueType | The valueType. |
getValueTypeValue()
public abstract int getValueTypeValue()
The type of data that can be assigned to the label.
.google.api.LabelDescriptor.ValueType value_type = 2;
Type | Description |
int | The enum numeric value on the wire for valueType. |