public interface LabelOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Label name.
|
ByteString |
getNameBytes()
Label name.
|
String |
getValue()
Label value.
|
ByteString |
getValueBytes()
Label value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
Label name.
string name = 1;
ByteString getNameBytes()
Label name.
string name = 1;
String getValue()
Label value.
string value = 2;
ByteString getValueBytes()
Label value.
string value = 2;
Copyright © 2022 Google LLC. All rights reserved.