public interface ListEvaluationJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EvaluationJob |
getEvaluationJobs(int index)
The list of evaluation jobs to return.
|
int |
getEvaluationJobsCount()
The list of evaluation jobs to return.
|
List<EvaluationJob> |
getEvaluationJobsList()
The list of evaluation jobs to return.
|
EvaluationJobOrBuilder |
getEvaluationJobsOrBuilder(int index)
The list of evaluation jobs to return.
|
List<? extends EvaluationJobOrBuilder> |
getEvaluationJobsOrBuilderList()
The list of evaluation jobs to return.
|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EvaluationJob> getEvaluationJobsList()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;EvaluationJob getEvaluationJobs(int index)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;int getEvaluationJobsCount()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;List<? extends EvaluationJobOrBuilder> getEvaluationJobsOrBuilderList()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;EvaluationJobOrBuilder getEvaluationJobsOrBuilder(int index)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;String getNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results.
string next_page_token = 2;Copyright © 2019 Google LLC. All rights reserved.