public interface AttributeValuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getValues(int index)
The list of values associated with a key.
|
int |
getValuesCount()
The list of values associated with a key.
|
List<com.google.protobuf.ByteString> |
getValuesList()
The list of values associated with a key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.ByteString> getValuesList()
The list of values associated with a key.
repeated bytes values = 1;int getValuesCount()
The list of values associated with a key.
repeated bytes values = 1;com.google.protobuf.ByteString getValues(int index)
The list of values associated with a key.
repeated bytes values = 1;index - The index of the element to return.Copyright © 2023 Google LLC. All rights reserved.