Interface ListEvaluationJobsResponseOrBuilder (0.123.7)

public interface ListEvaluationJobsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluationJobs(int index)

public abstract EvaluationJob getEvaluationJobs(int index)

The list of evaluation jobs to return.

repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EvaluationJob

getEvaluationJobsCount()

public abstract int getEvaluationJobsCount()

The list of evaluation jobs to return.

repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;

Returns
TypeDescription
int

getEvaluationJobsList()

public abstract List<EvaluationJob> getEvaluationJobsList()

The list of evaluation jobs to return.

repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;

Returns
TypeDescription
List<EvaluationJob>

getEvaluationJobsOrBuilder(int index)

public abstract EvaluationJobOrBuilder getEvaluationJobsOrBuilder(int index)

The list of evaluation jobs to return.

repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EvaluationJobOrBuilder

getEvaluationJobsOrBuilderList()

public abstract List<? extends EvaluationJobOrBuilder> getEvaluationJobsOrBuilderList()

The list of evaluation jobs to return.

repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;

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

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.