Class ListNotebookExecutionJobsResponse.Builder

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

public static final class ListNotebookExecutionJobsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListNotebookExecutionJobsResponse.Builder> implements ListNotebookExecutionJobsResponseOrBuilder
 Response message for [NotebookService.CreateNotebookExecutionJob]
 
Protobuf type google.cloud.aiplatform.v1.ListNotebookExecutionJobsResponse
  • 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<ListNotebookExecutionJobsResponse.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<ListNotebookExecutionJobsResponse.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<ListNotebookExecutionJobsResponse.Builder>
    • getDefaultInstanceForType

      public ListNotebookExecutionJobsResponse 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 ListNotebookExecutionJobsResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ListNotebookExecutionJobsResponse.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<ListNotebookExecutionJobsResponse.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<ListNotebookExecutionJobsResponse.Builder>
    • mergeFrom

      public ListNotebookExecutionJobsResponse.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<ListNotebookExecutionJobsResponse.Builder>
      Throws:
      IOException
    • getNotebookExecutionJobsList

      public List<NotebookExecutionJob> getNotebookExecutionJobsList()
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
      Specified by:
      getNotebookExecutionJobsList in interface ListNotebookExecutionJobsResponseOrBuilder
    • getNotebookExecutionJobsCount

      public int getNotebookExecutionJobsCount()
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
      Specified by:
      getNotebookExecutionJobsCount in interface ListNotebookExecutionJobsResponseOrBuilder
    • getNotebookExecutionJobs

      public NotebookExecutionJob getNotebookExecutionJobs(int index)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
      Specified by:
      getNotebookExecutionJobs in interface ListNotebookExecutionJobsResponseOrBuilder
    • setNotebookExecutionJobs

      public ListNotebookExecutionJobsResponse.Builder setNotebookExecutionJobs(int index, NotebookExecutionJob value)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • setNotebookExecutionJobs

      public ListNotebookExecutionJobsResponse.Builder setNotebookExecutionJobs(int index, NotebookExecutionJob.Builder builderForValue)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • addNotebookExecutionJobs

      public ListNotebookExecutionJobsResponse.Builder addNotebookExecutionJobs(NotebookExecutionJob value)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • addNotebookExecutionJobs

      public ListNotebookExecutionJobsResponse.Builder addNotebookExecutionJobs(int index, NotebookExecutionJob value)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • addNotebookExecutionJobs

      public ListNotebookExecutionJobsResponse.Builder addNotebookExecutionJobs(NotebookExecutionJob.Builder builderForValue)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • addNotebookExecutionJobs

      public ListNotebookExecutionJobsResponse.Builder addNotebookExecutionJobs(int index, NotebookExecutionJob.Builder builderForValue)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • addAllNotebookExecutionJobs

      public ListNotebookExecutionJobsResponse.Builder addAllNotebookExecutionJobs(Iterable<? extends NotebookExecutionJob> values)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • clearNotebookExecutionJobs

      public ListNotebookExecutionJobsResponse.Builder clearNotebookExecutionJobs()
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • removeNotebookExecutionJobs

      public ListNotebookExecutionJobsResponse.Builder removeNotebookExecutionJobs(int index)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • getNotebookExecutionJobsBuilder

      public NotebookExecutionJob.Builder getNotebookExecutionJobsBuilder(int index)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • getNotebookExecutionJobsOrBuilder

      public NotebookExecutionJobOrBuilder getNotebookExecutionJobsOrBuilder(int index)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
      Specified by:
      getNotebookExecutionJobsOrBuilder in interface ListNotebookExecutionJobsResponseOrBuilder
    • getNotebookExecutionJobsOrBuilderList

      public List<? extends NotebookExecutionJobOrBuilder> getNotebookExecutionJobsOrBuilderList()
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
      Specified by:
      getNotebookExecutionJobsOrBuilderList in interface ListNotebookExecutionJobsResponseOrBuilder
    • addNotebookExecutionJobsBuilder

      public NotebookExecutionJob.Builder addNotebookExecutionJobsBuilder()
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • addNotebookExecutionJobsBuilder

      public NotebookExecutionJob.Builder addNotebookExecutionJobsBuilder(int index)
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • getNotebookExecutionJobsBuilderList

      public List<NotebookExecutionJob.Builder> getNotebookExecutionJobsBuilderList()
       List of NotebookExecutionJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1;
    • getNextPageToken

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

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

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

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

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