Class ListBatchPredictionJobsResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListBatchPredictionJobsResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListBatchPredictionJobsResponse.Builder>
      • getDefaultInstanceForType

        public ListBatchPredictionJobsResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ListBatchPredictionJobsResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ListBatchPredictionJobsResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListBatchPredictionJobsResponse.Builder>
      • clearBatchPredictionJobs

        public ListBatchPredictionJobsResponse.Builder clearBatchPredictionJobs()
         List of BatchPredictionJobs in the requested page.
         
        repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      • removeBatchPredictionJobs

        public ListBatchPredictionJobsResponse.Builder removeBatchPredictionJobs​(int index)
         List of BatchPredictionJobs in the requested page.
         
        repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      • getBatchPredictionJobsBuilder

        public BatchPredictionJob.Builder getBatchPredictionJobsBuilder​(int index)
         List of BatchPredictionJobs in the requested page.
         
        repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      • addBatchPredictionJobsBuilder

        public BatchPredictionJob.Builder addBatchPredictionJobsBuilder()
         List of BatchPredictionJobs in the requested page.
         
        repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      • addBatchPredictionJobsBuilder

        public BatchPredictionJob.Builder addBatchPredictionJobsBuilder​(int index)
         List of BatchPredictionJobs in the requested page.
         
        repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      • getBatchPredictionJobsBuilderList

        public List<BatchPredictionJob.Builder> getBatchPredictionJobsBuilderList()
         List of BatchPredictionJobs in the requested page.
         
        repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      • getNextPageToken

        public String getNextPageToken()
         A token to retrieve the next page of results.
         Pass to
         [ListBatchPredictionJobsRequest.page_token][google.cloud.aiplatform.v1.ListBatchPredictionJobsRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListBatchPredictionJobsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to retrieve the next page of results.
         Pass to
         [ListBatchPredictionJobsRequest.page_token][google.cloud.aiplatform.v1.ListBatchPredictionJobsRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListBatchPredictionJobsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListBatchPredictionJobsResponse.Builder setNextPageToken​(String value)
         A token to retrieve the next page of results.
         Pass to
         [ListBatchPredictionJobsRequest.page_token][google.cloud.aiplatform.v1.ListBatchPredictionJobsRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListBatchPredictionJobsResponse.Builder clearNextPageToken()
         A token to retrieve the next page of results.
         Pass to
         [ListBatchPredictionJobsRequest.page_token][google.cloud.aiplatform.v1.ListBatchPredictionJobsRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListBatchPredictionJobsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         A token to retrieve the next page of results.
         Pass to
         [ListBatchPredictionJobsRequest.page_token][google.cloud.aiplatform.v1.ListBatchPredictionJobsRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.