Interface TestDefinition.FieldPathOrBuilder

public static interface TestDefinition.FieldPathOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getField(int index)

public abstract String getField(int index)

repeated string field = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
java.lang.String

The field at the given index.

getFieldBytes(int index)

public abstract ByteString getFieldBytes(int index)

repeated string field = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes of the field at the given index.

getFieldCount()

public abstract int getFieldCount()

repeated string field = 1;

Returns
TypeDescription
int

The count of field.

getFieldList()

public abstract List<String> getFieldList()

repeated string field = 1;

Returns
TypeDescription
java.util.List<java.lang.String>

A list containing the field.