Class ListExecutionsResponse.Builder

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

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

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

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

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

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

      public ListExecutionsResponse.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<ListExecutionsResponse.Builder>
      Throws:
      IOException
    • getExecutionsList

      public List<Execution> getExecutionsList()
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
      Specified by:
      getExecutionsList in interface ListExecutionsResponseOrBuilder
    • getExecutionsCount

      public int getExecutionsCount()
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
      Specified by:
      getExecutionsCount in interface ListExecutionsResponseOrBuilder
    • getExecutions

      public Execution getExecutions(int index)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
      Specified by:
      getExecutions in interface ListExecutionsResponseOrBuilder
    • setExecutions

      public ListExecutionsResponse.Builder setExecutions(int index, Execution value)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • setExecutions

      public ListExecutionsResponse.Builder setExecutions(int index, Execution.Builder builderForValue)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • addExecutions

      public ListExecutionsResponse.Builder addExecutions(Execution value)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • addExecutions

      public ListExecutionsResponse.Builder addExecutions(int index, Execution value)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • addExecutions

      public ListExecutionsResponse.Builder addExecutions(Execution.Builder builderForValue)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • addExecutions

      public ListExecutionsResponse.Builder addExecutions(int index, Execution.Builder builderForValue)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • addAllExecutions

      public ListExecutionsResponse.Builder addAllExecutions(Iterable<? extends Execution> values)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • clearExecutions

      public ListExecutionsResponse.Builder clearExecutions()
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • removeExecutions

      public ListExecutionsResponse.Builder removeExecutions(int index)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • getExecutionsBuilder

      public Execution.Builder getExecutionsBuilder(int index)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • getExecutionsOrBuilder

      public ExecutionOrBuilder getExecutionsOrBuilder(int index)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
      Specified by:
      getExecutionsOrBuilder in interface ListExecutionsResponseOrBuilder
    • getExecutionsOrBuilderList

      public List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
      Specified by:
      getExecutionsOrBuilderList in interface ListExecutionsResponseOrBuilder
    • addExecutionsBuilder

      public Execution.Builder addExecutionsBuilder()
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • addExecutionsBuilder

      public Execution.Builder addExecutionsBuilder(int index)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • getExecutionsBuilderList

      public List<Execution.Builder> getExecutionsBuilderList()
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • getNextPageToken

      public String getNextPageToken()
       A token, which can be sent as
       [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token]
       to retrieve the next page.
       If this field is not populated, there are no subsequent pages.
       
      string next_page_token = 2;
      Specified by:
      getNextPageToken in interface ListExecutionsResponseOrBuilder
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      public com.google.protobuf.ByteString getNextPageTokenBytes()
       A token, which can be sent as
       [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token]
       to retrieve the next page.
       If this field is not populated, there are no subsequent pages.
       
      string next_page_token = 2;
      Specified by:
      getNextPageTokenBytes in interface ListExecutionsResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • setNextPageToken

      public ListExecutionsResponse.Builder setNextPageToken(String value)
       A token, which can be sent as
       [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token]
       to retrieve the next page.
       If this field is not populated, there are no subsequent pages.
       
      string next_page_token = 2;
      Parameters:
      value - The nextPageToken to set.
      Returns:
      This builder for chaining.
    • clearNextPageToken

      public ListExecutionsResponse.Builder clearNextPageToken()
       A token, which can be sent as
       [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token]
       to retrieve the next page.
       If this field is not populated, there are no subsequent pages.
       
      string next_page_token = 2;
      Returns:
      This builder for chaining.
    • setNextPageTokenBytes

      public ListExecutionsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
       A token, which can be sent as
       [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token]
       to retrieve the next page.
       If this field is not populated, there are no subsequent pages.
       
      string next_page_token = 2;
      Parameters:
      value - The bytes for nextPageToken to set.
      Returns:
      This builder for chaining.