public static interface FeatureMap.StringListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValue(int index)
public abstract String getValue(int index)String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The value at the given index. |
getValueBytes(int index)
public abstract ByteString getValueBytes(int index)String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the value at the given index. |
getValueCount()
public abstract int getValueCount()String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of value. |
getValueList()
public abstract List<String> getValueList()String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the value. |