public interface ListEvaluationJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| EvaluationJob |
getEvaluationJobsCount()
public abstract int getEvaluationJobsCount()The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
| Type | Description |
| int |
getEvaluationJobsList()
public abstract List<EvaluationJob> getEvaluationJobsList()The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| EvaluationJobOrBuilder |
getEvaluationJobsOrBuilderList()
public abstract List<? extends EvaluationJobOrBuilder> getEvaluationJobsOrBuilderList()The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
| Type | Description |
| 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve next page of results.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |