Class ListExampleStoresResponse.Builder

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

public static final class ListExampleStoresResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListExampleStoresResponse.Builder> implements ListExampleStoresResponseOrBuilder
 Response message for
 [ExampleStoreService.ListExampleStores][google.cloud.aiplatform.v1beta1.ExampleStoreService.ListExampleStores].
 
Protobuf type google.cloud.aiplatform.v1beta1.ListExampleStoresResponse
  • 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<ListExampleStoresResponse.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<ListExampleStoresResponse.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<ListExampleStoresResponse.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public ListExampleStoresResponse.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<ListExampleStoresResponse.Builder>
      Throws:
      IOException
    • getExampleStoresList

      public List<ExampleStore> getExampleStoresList()
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
      Specified by:
      getExampleStoresList in interface ListExampleStoresResponseOrBuilder
    • getExampleStoresCount

      public int getExampleStoresCount()
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
      Specified by:
      getExampleStoresCount in interface ListExampleStoresResponseOrBuilder
    • getExampleStores

      public ExampleStore getExampleStores(int index)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
      Specified by:
      getExampleStores in interface ListExampleStoresResponseOrBuilder
    • setExampleStores

      public ListExampleStoresResponse.Builder setExampleStores(int index, ExampleStore value)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • setExampleStores

      public ListExampleStoresResponse.Builder setExampleStores(int index, ExampleStore.Builder builderForValue)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • addExampleStores

      public ListExampleStoresResponse.Builder addExampleStores(ExampleStore value)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • addExampleStores

      public ListExampleStoresResponse.Builder addExampleStores(int index, ExampleStore value)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • addExampleStores

      public ListExampleStoresResponse.Builder addExampleStores(ExampleStore.Builder builderForValue)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • addExampleStores

      public ListExampleStoresResponse.Builder addExampleStores(int index, ExampleStore.Builder builderForValue)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • addAllExampleStores

      public ListExampleStoresResponse.Builder addAllExampleStores(Iterable<? extends ExampleStore> values)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • clearExampleStores

      public ListExampleStoresResponse.Builder clearExampleStores()
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • removeExampleStores

      public ListExampleStoresResponse.Builder removeExampleStores(int index)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • getExampleStoresBuilder

      public ExampleStore.Builder getExampleStoresBuilder(int index)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • getExampleStoresOrBuilder

      public ExampleStoreOrBuilder getExampleStoresOrBuilder(int index)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
      Specified by:
      getExampleStoresOrBuilder in interface ListExampleStoresResponseOrBuilder
    • getExampleStoresOrBuilderList

      public List<? extends ExampleStoreOrBuilder> getExampleStoresOrBuilderList()
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
      Specified by:
      getExampleStoresOrBuilderList in interface ListExampleStoresResponseOrBuilder
    • addExampleStoresBuilder

      public ExampleStore.Builder addExampleStoresBuilder()
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • addExampleStoresBuilder

      public ExampleStore.Builder addExampleStoresBuilder(int index)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • getExampleStoresBuilderList

      public List<ExampleStore.Builder> getExampleStoresBuilderList()
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • getNextPageToken

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

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

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

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

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