Interface StringSequenceOrBuilder (0.3.0)

public interface StringSequenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStringVals(int index)

public abstract String getStringVals(int index)

string sequence.

repeated string string_vals = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The stringVals at the given index.

getStringValsBytes(int index)

public abstract ByteString getStringValsBytes(int index)

string sequence.

repeated string string_vals = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the stringVals at the given index.

getStringValsCount()

public abstract int getStringValsCount()

string sequence.

repeated string string_vals = 1;

Returns
Type Description
int

The count of stringVals.

getStringValsList()

public abstract List<String> getStringValsList()

string sequence.

repeated string string_vals = 1;

Returns
Type Description
List<String>

A list containing the stringVals.