Class ListFeatureGroupsResponse.Builder

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

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

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

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

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

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

      public ListFeatureGroupsResponse.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<ListFeatureGroupsResponse.Builder>
      Throws:
      IOException
    • getFeatureGroupsList

      public List<FeatureGroup> getFeatureGroupsList()
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
      Specified by:
      getFeatureGroupsList in interface ListFeatureGroupsResponseOrBuilder
    • getFeatureGroupsCount

      public int getFeatureGroupsCount()
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
      Specified by:
      getFeatureGroupsCount in interface ListFeatureGroupsResponseOrBuilder
    • getFeatureGroups

      public FeatureGroup getFeatureGroups(int index)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
      Specified by:
      getFeatureGroups in interface ListFeatureGroupsResponseOrBuilder
    • setFeatureGroups

      public ListFeatureGroupsResponse.Builder setFeatureGroups(int index, FeatureGroup value)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • setFeatureGroups

      public ListFeatureGroupsResponse.Builder setFeatureGroups(int index, FeatureGroup.Builder builderForValue)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • addFeatureGroups

      public ListFeatureGroupsResponse.Builder addFeatureGroups(FeatureGroup value)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • addFeatureGroups

      public ListFeatureGroupsResponse.Builder addFeatureGroups(int index, FeatureGroup value)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • addFeatureGroups

      public ListFeatureGroupsResponse.Builder addFeatureGroups(FeatureGroup.Builder builderForValue)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • addFeatureGroups

      public ListFeatureGroupsResponse.Builder addFeatureGroups(int index, FeatureGroup.Builder builderForValue)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • addAllFeatureGroups

      public ListFeatureGroupsResponse.Builder addAllFeatureGroups(Iterable<? extends FeatureGroup> values)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • clearFeatureGroups

      public ListFeatureGroupsResponse.Builder clearFeatureGroups()
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • removeFeatureGroups

      public ListFeatureGroupsResponse.Builder removeFeatureGroups(int index)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • getFeatureGroupsBuilder

      public FeatureGroup.Builder getFeatureGroupsBuilder(int index)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • getFeatureGroupsOrBuilder

      public FeatureGroupOrBuilder getFeatureGroupsOrBuilder(int index)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
      Specified by:
      getFeatureGroupsOrBuilder in interface ListFeatureGroupsResponseOrBuilder
    • getFeatureGroupsOrBuilderList

      public List<? extends FeatureGroupOrBuilder> getFeatureGroupsOrBuilderList()
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
      Specified by:
      getFeatureGroupsOrBuilderList in interface ListFeatureGroupsResponseOrBuilder
    • addFeatureGroupsBuilder

      public FeatureGroup.Builder addFeatureGroupsBuilder()
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • addFeatureGroupsBuilder

      public FeatureGroup.Builder addFeatureGroupsBuilder(int index)
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • getFeatureGroupsBuilderList

      public List<FeatureGroup.Builder> getFeatureGroupsBuilderList()
       The FeatureGroups matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    • getNextPageToken

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

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

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