public interface StringArrayOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
getValues(int index)
public abstract String getValues(int index)
Un elenco di valori stringa.
repeated string values = 1;
Parametro | |
---|---|
Nome | Description |
index |
int L'indice dell'elemento da restituire. |
Restituisce | |
---|---|
Tipo | Description |
String |
I valori nell'indice specificato. |
getValuesBytes(int index)
public abstract ByteString getValuesBytes(int index)
Un elenco di valori stringa.
repeated string values = 1;
Parametro | |
---|---|
Nome | Description |
index |
int L'indice del valore da restituire. |
Restituisce | |
---|---|
Tipo | Description |
ByteString |
I byte dei valori nell'indice specificato. |
getValuesCount()
public abstract int getValuesCount()
Un elenco di valori stringa.
repeated string values = 1;
Restituisce | |
---|---|
Tipo | Description |
int |
Il conteggio dei valori. |
getValuesList()
public abstract List<String> getValuesList()
Un elenco di valori stringa.
repeated string values = 1;
Restituisce | |
---|---|
Tipo | Description |
List<String> |
Un elenco contenente i valori. |