Interface Build.LabelListDictEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Build.LabelListDictEntry,Build.LabelListDictEntry.Builder
- Enclosing class:
- Build
public static interface Build.LabelListDictEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()required string key = 1;com.google.protobuf.ByteStringrequired string key = 1;getValue(int index) repeated string value = 2;com.google.protobuf.ByteStringgetValueBytes(int index) repeated string value = 2;intrepeated string value = 2;repeated string value = 2;booleanhasKey()required string key = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKey
boolean hasKey()required string key = 1;- Returns:
- Whether the key field is set.
-
getKey
String getKey()required string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()required string key = 1;- Returns:
- The bytes for key.
-
getValueList
repeated string value = 2;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()repeated string value = 2;- Returns:
- The count of value.
-
getValue
repeated string value = 2;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes(int index) repeated string value = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the value at the given index.
-