public static final class ListFeatureGroupsResponse.Builder extends GeneratedMessageV3.Builder<ListFeatureGroupsResponse.Builder> implements ListFeatureGroupsResponseOrBuilder
   
   Response message for
 FeatureRegistryService.ListFeatureGroups.
 Protobuf type google.cloud.aiplatform.v1.ListFeatureGroupsResponse
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public ListFeatureGroupsResponse.Builder addAllFeatureGroups(Iterable<? extends FeatureGroup> values)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1.FeatureGroup>
 | 
    
  
  
  
  
  
    public ListFeatureGroupsResponse.Builder addFeatureGroups(FeatureGroup value)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    public ListFeatureGroupsResponse.Builder addFeatureGroups(FeatureGroup.Builder builderForValue)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    public ListFeatureGroupsResponse.Builder addFeatureGroups(int index, FeatureGroup value)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    public ListFeatureGroupsResponse.Builder addFeatureGroups(int index, FeatureGroup.Builder builderForValue)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    public FeatureGroup.Builder addFeatureGroupsBuilder()
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    public FeatureGroup.Builder addFeatureGroupsBuilder(int index)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListFeatureGroupsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListFeatureGroupsResponse build()
   
  
  
  
  
    public ListFeatureGroupsResponse buildPartial()
   
  
  
  
  
    public ListFeatureGroupsResponse.Builder clear()
   
  
  Overrides
  
  
  
  
    public ListFeatureGroupsResponse.Builder clearFeatureGroups()
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    public ListFeatureGroupsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListFeatureGroupsResponse.Builder clearNextPageToken()
   
   A token, which can be sent as
 ListFeatureGroupsRequest.page_token
 to retrieve the next page. If this field is omitted, there are no
 subsequent pages.
 string next_page_token = 2;
    public ListFeatureGroupsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ListFeatureGroupsResponse.Builder clone()
   
  
  Overrides
  
  
  
  
    public ListFeatureGroupsResponse getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public FeatureGroup getFeatureGroups(int index)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public FeatureGroup.Builder getFeatureGroupsBuilder(int index)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<FeatureGroup.Builder> getFeatureGroupsBuilderList()
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    public int getFeatureGroupsCount()
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<FeatureGroup> getFeatureGroupsList()
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    public FeatureGroupOrBuilder getFeatureGroupsOrBuilder(int index)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends FeatureGroupOrBuilder> getFeatureGroupsOrBuilderList()
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1.FeatureGroupOrBuilder> |  | 
    
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token, which can be sent as
 ListFeatureGroupsRequest.page_token
 to retrieve the next page. If this field is omitted, there are no
 subsequent pages.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token, which can be sent as
 ListFeatureGroupsRequest.page_token
 to retrieve the next page. If this field is omitted, there are no
 subsequent pages.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public ListFeatureGroupsResponse.Builder mergeFrom(ListFeatureGroupsResponse other)
   
  
  
  
  
  
    public ListFeatureGroupsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ListFeatureGroupsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final ListFeatureGroupsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ListFeatureGroupsResponse.Builder removeFeatureGroups(int index)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListFeatureGroupsResponse.Builder setFeatureGroups(int index, FeatureGroup value)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    public ListFeatureGroupsResponse.Builder setFeatureGroups(int index, FeatureGroup.Builder builderForValue)
   
   The FeatureGroups matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureGroup feature_groups = 1;
    public ListFeatureGroupsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListFeatureGroupsResponse.Builder setNextPageToken(String value)
   
   A token, which can be sent as
 ListFeatureGroupsRequest.page_token
 to retrieve the next page. If this field is omitted, there are no
 subsequent pages.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListFeatureGroupsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token, which can be sent as
 ListFeatureGroupsRequest.page_token
 to retrieve the next page. If this field is omitted, there are no
 subsequent pages.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  
  
    public ListFeatureGroupsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final ListFeatureGroupsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides