Interface FeatureMap.StringListOrBuilder (0.48.0)

public static interface FeatureMap.StringListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValue(int index)

public abstract String getValue(int index)

String feature value with a length limit of 128 bytes.

repeated string value = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the value.