public interface LabelKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A human-readable description of what this label key represents.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A human-readable description of what this label key represents.
|
String |
getKey()
The key for the label.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key for the label.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
The key for the label.
string key = 1;com.google.protobuf.ByteString getKeyBytes()
The key for the label.
string key = 1;String getDescription()
A human-readable description of what this label key represents.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
A human-readable description of what this label key represents.
string description = 2;