Package com.google.cloud.aiplatform.v1
Interface ListDataLabelingJobsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDataLabelingJobsResponse,ListDataLabelingJobsResponse.Builder
public interface ListDataLabelingJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataLabelingJobgetDataLabelingJobs(int index)A list of DataLabelingJobs that matches the specified filter in the request.intgetDataLabelingJobsCount()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.DataLabelingJobOrBuildergetDataLabelingJobsOrBuilder(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.StringgetNextPageToken()The standard List next-page token.com.google.protobuf.ByteStringgetNextPageTokenBytes()The standard List next-page token.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataLabelingJobsList
List<DataLabelingJob> getDataLabelingJobsList()
A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
-
getDataLabelingJobs
DataLabelingJob getDataLabelingJobs(int index)
A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
-
getDataLabelingJobsCount
int getDataLabelingJobsCount()
A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
-
getDataLabelingJobsOrBuilderList
List<? extends DataLabelingJobOrBuilder> getDataLabelingJobsOrBuilderList()
A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
-
getDataLabelingJobsOrBuilder
DataLabelingJobOrBuilder getDataLabelingJobsOrBuilder(int index)
A list of DataLabelingJobs that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
-
getNextPageToken
String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
-