Interface ListEvaluationsResponseOrBuilder (2.41.0)

public interface ListEvaluationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluations(int index)

public abstract Evaluation getEvaluations(int index)

The evaluations requested.

repeated .google.cloud.documentai.v1.Evaluation evaluations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Evaluation

getEvaluationsCount()

public abstract int getEvaluationsCount()

The evaluations requested.

repeated .google.cloud.documentai.v1.Evaluation evaluations = 1;

Returns
TypeDescription
int

getEvaluationsList()

public abstract List<Evaluation> getEvaluationsList()

The evaluations requested.

repeated .google.cloud.documentai.v1.Evaluation evaluations = 1;

Returns
TypeDescription
List<Evaluation>

getEvaluationsOrBuilder(int index)

public abstract EvaluationOrBuilder getEvaluationsOrBuilder(int index)

The evaluations requested.

repeated .google.cloud.documentai.v1.Evaluation evaluations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EvaluationOrBuilder

getEvaluationsOrBuilderList()

public abstract List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()

The evaluations requested.

repeated .google.cloud.documentai.v1.Evaluation evaluations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1.EvaluationOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.