public interface ListDataLabelingJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataLabelingJob |
getDataLabelingJobs(int index)
A list of DataLabelingJobs that matches the specified filter in the
request.
|
int |
getDataLabelingJobsCount()
A list of DataLabelingJobs that matches the specified filter in the
request.
|
List<DataLabelingJob> |
getDataLabelingJobsList()
A list of DataLabelingJobs that matches the specified filter in the
request.
|
DataLabelingJobOrBuilder |
getDataLabelingJobsOrBuilder(int index)
A list of DataLabelingJobs that matches the specified filter in the
request.
|
List<? extends DataLabelingJobOrBuilder> |
getDataLabelingJobsOrBuilderList()
A list of DataLabelingJobs that matches the specified filter in the
request.
|
String |
getNextPageToken()
The standard List next-page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DataLabelingJob> getDataLabelingJobsList()
A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_jobs = 1;DataLabelingJob getDataLabelingJobs(int index)
A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_jobs = 1;int getDataLabelingJobsCount()
A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_jobs = 1;List<? extends DataLabelingJobOrBuilder> getDataLabelingJobsOrBuilderList()
A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_jobs = 1;DataLabelingJobOrBuilder getDataLabelingJobsOrBuilder(int index)
A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_jobs = 1;String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.