Interface ListEvaluationJobsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListEvaluationJobsResponse
,ListEvaluationJobsResponse.Builder
public interface ListEvaluationJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEvaluationJobsList
List<EvaluationJob> getEvaluationJobsList()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
-
getEvaluationJobs
EvaluationJob getEvaluationJobs(int index)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
-
getEvaluationJobsCount
int getEvaluationJobsCount()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
-
getEvaluationJobsOrBuilderList
List<? extends EvaluationJobOrBuilder> getEvaluationJobsOrBuilderList()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
-
getEvaluationJobsOrBuilder
EvaluationJobOrBuilder getEvaluationJobsOrBuilder(int index)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
-
getNextPageToken
String getNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-