Uses of Class
com.google.cloud.aiplatform.v1.ListDataLabelingJobsResponse.Builder
Packages that use ListDataLabelingJobsResponse.Builder
-
Uses of ListDataLabelingJobsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListDataLabelingJobsResponse.BuilderModifier and TypeMethodDescriptionListDataLabelingJobsResponse.Builder.addAllDataLabelingJobs(Iterable<? extends DataLabelingJob> values) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder.addDataLabelingJobs(int index, DataLabelingJob value) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder.addDataLabelingJobs(int index, DataLabelingJob.Builder builderForValue) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder.addDataLabelingJobs(DataLabelingJob value) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder.addDataLabelingJobs(DataLabelingJob.Builder builderForValue) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder.clear()ListDataLabelingJobsResponse.Builder.clearDataLabelingJobs()A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder.clearNextPageToken()The standard List next-page token.ListDataLabelingJobsResponse.Builder.mergeFrom(ListDataLabelingJobsResponse other) ListDataLabelingJobsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListDataLabelingJobsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListDataLabelingJobsResponse.newBuilder()ListDataLabelingJobsResponse.newBuilder(ListDataLabelingJobsResponse prototype) ListDataLabelingJobsResponse.newBuilderForType()protected ListDataLabelingJobsResponse.BuilderListDataLabelingJobsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListDataLabelingJobsResponse.Builder.removeDataLabelingJobs(int index) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder.setDataLabelingJobs(int index, DataLabelingJob value) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder.setDataLabelingJobs(int index, DataLabelingJob.Builder builderForValue) A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder.setNextPageToken(String value) The standard List next-page token.ListDataLabelingJobsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) The standard List next-page token.ListDataLabelingJobsResponse.toBuilder()