Interface StringArrayOrBuilder (1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface StringArrayOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
publicabstractStringgetValues(intindex)A list of string values.
repeated string values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int The index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The values at the given index. |
getValuesBytes(int index)
publicabstractByteStringgetValuesBytes(intindex)A list of string values.
repeated string values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int The index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the values at the given index. |
getValuesCount()
publicabstractintgetValuesCount()A list of string values.
repeated string values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of values. |
getValuesList()
publicabstractList<String>getValuesList()A list of string values.
repeated string values = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the values. |