Class ListBatchPredictionJobsResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ListBatchPredictionJobsResponse.Builder>
com.google.cloud.aiplatform.v1.ListBatchPredictionJobsResponse.Builder
All Implemented Interfaces:
ListBatchPredictionJobsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ListBatchPredictionJobsResponse

public static final class ListBatchPredictionJobsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListBatchPredictionJobsResponse.Builder> implements ListBatchPredictionJobsResponseOrBuilder
 Response message for
 [JobService.ListBatchPredictionJobs][google.cloud.aiplatform.v1.JobService.ListBatchPredictionJobs]
 
Protobuf type google.cloud.aiplatform.v1.ListBatchPredictionJobsResponse
  • Method Details

    • getDescriptor

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

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

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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

      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
    • mergeFrom

      public ListBatchPredictionJobsResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListBatchPredictionJobsResponse.Builder>
    • mergeFrom

    • isInitialized

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

      public ListBatchPredictionJobsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListBatchPredictionJobsResponse.Builder>
      Throws:
      IOException
    • getBatchPredictionJobsList

      public List<BatchPredictionJob> getBatchPredictionJobsList()
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      Specified by:
      getBatchPredictionJobsList in interface ListBatchPredictionJobsResponseOrBuilder
    • getBatchPredictionJobsCount

      public int getBatchPredictionJobsCount()
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      Specified by:
      getBatchPredictionJobsCount in interface ListBatchPredictionJobsResponseOrBuilder
    • getBatchPredictionJobs

      public BatchPredictionJob getBatchPredictionJobs(int index)
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      Specified by:
      getBatchPredictionJobs in interface ListBatchPredictionJobsResponseOrBuilder
    • setBatchPredictionJobs

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

      public ListBatchPredictionJobsResponse.Builder setBatchPredictionJobs(int index, BatchPredictionJob.Builder builderForValue)
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
    • addBatchPredictionJobs

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

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

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

      public ListBatchPredictionJobsResponse.Builder addBatchPredictionJobs(int index, BatchPredictionJob.Builder builderForValue)
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
    • addAllBatchPredictionJobs

      public ListBatchPredictionJobsResponse.Builder addAllBatchPredictionJobs(Iterable<? extends BatchPredictionJob> values)
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
    • 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;
    • getBatchPredictionJobsOrBuilder

      public BatchPredictionJobOrBuilder getBatchPredictionJobsOrBuilder(int index)
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      Specified by:
      getBatchPredictionJobsOrBuilder in interface ListBatchPredictionJobsResponseOrBuilder
    • getBatchPredictionJobsOrBuilderList

      public List<? extends BatchPredictionJobOrBuilder> getBatchPredictionJobsOrBuilderList()
       List of BatchPredictionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.BatchPredictionJob batch_prediction_jobs = 1;
      Specified by:
      getBatchPredictionJobsOrBuilderList in interface ListBatchPredictionJobsResponseOrBuilder
    • 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.