Interface SearchEvaluationsResponseOrBuilder (0.154.0)

public interface SearchEvaluationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluations(int index)

public abstract Evaluation getEvaluations(int index)

The list of evaluations matching the search.

repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Evaluation

getEvaluationsCount()

public abstract int getEvaluationsCount()

The list of evaluations matching the search.

repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;

Returns
TypeDescription
int

getEvaluationsList()

public abstract List<Evaluation> getEvaluationsList()

The list of evaluations matching the search.

repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;

Returns
TypeDescription
List<Evaluation>

getEvaluationsOrBuilder(int index)

public abstract EvaluationOrBuilder getEvaluationsOrBuilder(int index)

The list of evaluations matching the search.

repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EvaluationOrBuilder

getEvaluationsOrBuilderList()

public abstract List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()

The list of evaluations matching the search.

repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.datalabeling.v1beta1.EvaluationOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.