Interface FeatureMap.StringListOrBuilder (0.49.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
Name Description
index int

The 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 int

The 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.