public interface LabelDescriptorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
A human-readable description for the label.
|
ByteString |
getDescriptionBytes()
A human-readable description for the label.
|
java.lang.String |
getKey()
The label key.
|
ByteString |
getKeyBytes()
The label key.
|
LabelDescriptor.ValueType |
getValueType()
The type of data that can be assigned to the label.
|
int |
getValueTypeValue()
The type of data that can be assigned to the label.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getKey()
The label key.
string key = 1;
ByteString getKeyBytes()
The label key.
string key = 1;
int getValueTypeValue()
The type of data that can be assigned to the label.
.google.api.LabelDescriptor.ValueType value_type = 2;
LabelDescriptor.ValueType getValueType()
The type of data that can be assigned to the label.
.google.api.LabelDescriptor.ValueType value_type = 2;
java.lang.String getDescription()
A human-readable description for the label.
string description = 3;
ByteString getDescriptionBytes()
A human-readable description for the label.
string description = 3;