public static final class ListFeaturesResponse.Builder extends GeneratedMessageV3.Builder<ListFeaturesResponse.Builder> implements ListFeaturesResponseOrBuilder
   
   Response message for
 FeaturestoreService.ListFeatures.
 Response message for
 FeatureRegistryService.ListFeatures.
 Protobuf type google.cloud.aiplatform.v1.ListFeaturesResponse
    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 ListFeaturesResponse.Builder addAllFeatures(Iterable<? extends Feature> values)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1.Feature>
 | 
    
  
  
  
  
  
    public ListFeaturesResponse.Builder addFeatures(Feature value)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Feature
 | 
    
  
  
  
  
  
    public ListFeaturesResponse.Builder addFeatures(Feature.Builder builderForValue)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    public ListFeaturesResponse.Builder addFeatures(int index, Feature value)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Feature
 | 
    
  
  
  
  
  
    public ListFeaturesResponse.Builder addFeatures(int index, Feature.Builder builderForValue)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    public Feature.Builder addFeaturesBuilder()
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    public Feature.Builder addFeaturesBuilder(int index)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListFeaturesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListFeaturesResponse build()
   
  
  
  
  
    public ListFeaturesResponse buildPartial()
   
  
  
  
  
    public ListFeaturesResponse.Builder clear()
   
  
  Overrides
  
  
  
  
    public ListFeaturesResponse.Builder clearFeatures()
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    public ListFeaturesResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListFeaturesResponse.Builder clearNextPageToken()
   
   A token, which can be sent as
 ListFeaturesRequest.page_token
 to retrieve the next page. If this field is omitted, there are no
 subsequent pages.
 string next_page_token = 2;
    public ListFeaturesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ListFeaturesResponse.Builder clone()
   
  
  Overrides
  
  
  
  
    public ListFeaturesResponse getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public Feature getFeatures(int index)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public Feature.Builder getFeaturesBuilder(int index)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<Feature.Builder> getFeaturesBuilderList()
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    public int getFeaturesCount()
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<Feature> getFeaturesList()
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    public FeatureOrBuilder getFeaturesOrBuilder(int index)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1.FeatureOrBuilder> |  | 
    
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token, which can be sent as
 ListFeaturesRequest.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
 ListFeaturesRequest.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 ListFeaturesResponse.Builder mergeFrom(ListFeaturesResponse other)
   
  
  
  
  
  
    public ListFeaturesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ListFeaturesResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final ListFeaturesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ListFeaturesResponse.Builder removeFeatures(int index)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListFeaturesResponse.Builder setFeatures(int index, Feature value)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Feature
 | 
    
  
  
  
  
  
    public ListFeaturesResponse.Builder setFeatures(int index, Feature.Builder builderForValue)
   
   The Features matching the request.
 repeated .google.cloud.aiplatform.v1.Feature features = 1;
    public ListFeaturesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListFeaturesResponse.Builder setNextPageToken(String value)
   
   A token, which can be sent as
 ListFeaturesRequest.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 ListFeaturesResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token, which can be sent as
 ListFeaturesRequest.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 ListFeaturesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final ListFeaturesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides