Class ListFeatureOnlineStoresResponse.Builder

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

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

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

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

      public ListFeatureOnlineStoresResponse.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<ListFeatureOnlineStoresResponse.Builder>
      Throws:
      IOException
    • getFeatureOnlineStoresList

      public List<FeatureOnlineStore> getFeatureOnlineStoresList()
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
      Specified by:
      getFeatureOnlineStoresList in interface ListFeatureOnlineStoresResponseOrBuilder
    • getFeatureOnlineStoresCount

      public int getFeatureOnlineStoresCount()
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
      Specified by:
      getFeatureOnlineStoresCount in interface ListFeatureOnlineStoresResponseOrBuilder
    • getFeatureOnlineStores

      public FeatureOnlineStore getFeatureOnlineStores(int index)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
      Specified by:
      getFeatureOnlineStores in interface ListFeatureOnlineStoresResponseOrBuilder
    • setFeatureOnlineStores

      public ListFeatureOnlineStoresResponse.Builder setFeatureOnlineStores(int index, FeatureOnlineStore value)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • setFeatureOnlineStores

      public ListFeatureOnlineStoresResponse.Builder setFeatureOnlineStores(int index, FeatureOnlineStore.Builder builderForValue)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • addFeatureOnlineStores

      public ListFeatureOnlineStoresResponse.Builder addFeatureOnlineStores(FeatureOnlineStore value)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • addFeatureOnlineStores

      public ListFeatureOnlineStoresResponse.Builder addFeatureOnlineStores(int index, FeatureOnlineStore value)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • addFeatureOnlineStores

      public ListFeatureOnlineStoresResponse.Builder addFeatureOnlineStores(FeatureOnlineStore.Builder builderForValue)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • addFeatureOnlineStores

      public ListFeatureOnlineStoresResponse.Builder addFeatureOnlineStores(int index, FeatureOnlineStore.Builder builderForValue)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • addAllFeatureOnlineStores

      public ListFeatureOnlineStoresResponse.Builder addAllFeatureOnlineStores(Iterable<? extends FeatureOnlineStore> values)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • clearFeatureOnlineStores

      public ListFeatureOnlineStoresResponse.Builder clearFeatureOnlineStores()
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • removeFeatureOnlineStores

      public ListFeatureOnlineStoresResponse.Builder removeFeatureOnlineStores(int index)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • getFeatureOnlineStoresBuilder

      public FeatureOnlineStore.Builder getFeatureOnlineStoresBuilder(int index)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • getFeatureOnlineStoresOrBuilder

      public FeatureOnlineStoreOrBuilder getFeatureOnlineStoresOrBuilder(int index)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
      Specified by:
      getFeatureOnlineStoresOrBuilder in interface ListFeatureOnlineStoresResponseOrBuilder
    • getFeatureOnlineStoresOrBuilderList

      public List<? extends FeatureOnlineStoreOrBuilder> getFeatureOnlineStoresOrBuilderList()
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
      Specified by:
      getFeatureOnlineStoresOrBuilderList in interface ListFeatureOnlineStoresResponseOrBuilder
    • addFeatureOnlineStoresBuilder

      public FeatureOnlineStore.Builder addFeatureOnlineStoresBuilder()
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • addFeatureOnlineStoresBuilder

      public FeatureOnlineStore.Builder addFeatureOnlineStoresBuilder(int index)
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • getFeatureOnlineStoresBuilderList

      public List<FeatureOnlineStore.Builder> getFeatureOnlineStoresBuilderList()
       The FeatureOnlineStores matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_stores = 1;
    • getNextPageToken

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

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

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

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

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