Uses of Class
com.google.cloud.aiplatform.v1.ListBatchPredictionJobsResponse.Builder
Packages that use ListBatchPredictionJobsResponse.Builder
-
Uses of ListBatchPredictionJobsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListBatchPredictionJobsResponse.BuilderModifier and TypeMethodDescriptionListBatchPredictionJobsResponse.Builder.addAllBatchPredictionJobs(Iterable<? extends BatchPredictionJob> values) List of BatchPredictionJobs in the requested page.ListBatchPredictionJobsResponse.Builder.addBatchPredictionJobs(int index, BatchPredictionJob value) List of BatchPredictionJobs in the requested page.ListBatchPredictionJobsResponse.Builder.addBatchPredictionJobs(int index, BatchPredictionJob.Builder builderForValue) List of BatchPredictionJobs in the requested page.ListBatchPredictionJobsResponse.Builder.addBatchPredictionJobs(BatchPredictionJob value) List of BatchPredictionJobs in the requested page.ListBatchPredictionJobsResponse.Builder.addBatchPredictionJobs(BatchPredictionJob.Builder builderForValue) List of BatchPredictionJobs in the requested page.ListBatchPredictionJobsResponse.Builder.clear()ListBatchPredictionJobsResponse.Builder.clearBatchPredictionJobs()List of BatchPredictionJobs in the requested page.ListBatchPredictionJobsResponse.Builder.clearNextPageToken()A token to retrieve the next page of results.ListBatchPredictionJobsResponse.Builder.mergeFrom(ListBatchPredictionJobsResponse other) ListBatchPredictionJobsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListBatchPredictionJobsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListBatchPredictionJobsResponse.newBuilder()ListBatchPredictionJobsResponse.newBuilder(ListBatchPredictionJobsResponse prototype) ListBatchPredictionJobsResponse.newBuilderForType()protected ListBatchPredictionJobsResponse.BuilderListBatchPredictionJobsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListBatchPredictionJobsResponse.Builder.removeBatchPredictionJobs(int index) List of BatchPredictionJobs in the requested page.ListBatchPredictionJobsResponse.Builder.setBatchPredictionJobs(int index, BatchPredictionJob value) List of BatchPredictionJobs in the requested page.ListBatchPredictionJobsResponse.Builder.setBatchPredictionJobs(int index, BatchPredictionJob.Builder builderForValue) List of BatchPredictionJobs in the requested page.ListBatchPredictionJobsResponse.Builder.setNextPageToken(String value) A token to retrieve the next page of results.ListBatchPredictionJobsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token to retrieve the next page of results.ListBatchPredictionJobsResponse.toBuilder()