Class ListFeaturestoresResponse.Builder

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

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

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

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

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

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

      public ListFeaturestoresResponse.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<ListFeaturestoresResponse.Builder>
      Throws:
      IOException
    • getFeaturestoresList

      public List<Featurestore> getFeaturestoresList()
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      Specified by:
      getFeaturestoresList in interface ListFeaturestoresResponseOrBuilder
    • getFeaturestoresCount

      public int getFeaturestoresCount()
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      Specified by:
      getFeaturestoresCount in interface ListFeaturestoresResponseOrBuilder
    • getFeaturestores

      public Featurestore getFeaturestores(int index)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      Specified by:
      getFeaturestores in interface ListFeaturestoresResponseOrBuilder
    • setFeaturestores

      public ListFeaturestoresResponse.Builder setFeaturestores(int index, Featurestore value)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • setFeaturestores

      public ListFeaturestoresResponse.Builder setFeaturestores(int index, Featurestore.Builder builderForValue)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • addFeaturestores

      public ListFeaturestoresResponse.Builder addFeaturestores(Featurestore value)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • addFeaturestores

      public ListFeaturestoresResponse.Builder addFeaturestores(int index, Featurestore value)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • addFeaturestores

      public ListFeaturestoresResponse.Builder addFeaturestores(Featurestore.Builder builderForValue)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • addFeaturestores

      public ListFeaturestoresResponse.Builder addFeaturestores(int index, Featurestore.Builder builderForValue)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • addAllFeaturestores

      public ListFeaturestoresResponse.Builder addAllFeaturestores(Iterable<? extends Featurestore> values)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • clearFeaturestores

      public ListFeaturestoresResponse.Builder clearFeaturestores()
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • removeFeaturestores

      public ListFeaturestoresResponse.Builder removeFeaturestores(int index)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • getFeaturestoresBuilder

      public Featurestore.Builder getFeaturestoresBuilder(int index)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • getFeaturestoresOrBuilder

      public FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      Specified by:
      getFeaturestoresOrBuilder in interface ListFeaturestoresResponseOrBuilder
    • getFeaturestoresOrBuilderList

      public List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      Specified by:
      getFeaturestoresOrBuilderList in interface ListFeaturestoresResponseOrBuilder
    • addFeaturestoresBuilder

      public Featurestore.Builder addFeaturestoresBuilder()
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • addFeaturestoresBuilder

      public Featurestore.Builder addFeaturestoresBuilder(int index)
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • getFeaturestoresBuilderList

      public List<Featurestore.Builder> getFeaturestoresBuilderList()
       The Featurestores matching the request.
       
      repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
    • getNextPageToken

      public String getNextPageToken()
       A token, which can be sent as
       [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.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 ListFeaturestoresResponseOrBuilder
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      public com.google.protobuf.ByteString getNextPageTokenBytes()
       A token, which can be sent as
       [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.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 ListFeaturestoresResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • setNextPageToken

      public ListFeaturestoresResponse.Builder setNextPageToken(String value)
       A token, which can be sent as
       [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.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 ListFeaturestoresResponse.Builder clearNextPageToken()
       A token, which can be sent as
       [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.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 ListFeaturestoresResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
       A token, which can be sent as
       [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.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.