public interface StringArrayOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTxtValues(int index)
public abstract String getTxtValues(int index)
String type values.
repeated string txt_values = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The txtValues at the given index. |
getTxtValuesBytes(int index)
public abstract ByteString getTxtValuesBytes(int index)
String type values.
repeated string txt_values = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the txtValues at the given index. |
getTxtValuesCount()
public abstract int getTxtValuesCount()
String type values.
repeated string txt_values = 1;
Returns | |
---|---|
Type | Description |
int |
The count of txtValues. |
getTxtValuesList()
public abstract List<String> getTxtValuesList()
String type values.
repeated string txt_values = 1;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the txtValues. |