public static final class ListFeatureViewsResponse.Builder extends GeneratedMessageV3.Builder<ListFeatureViewsResponse.Builder> implements ListFeatureViewsResponseOrBuilder
   
   Response message for
 FeatureOnlineStoreAdminService.ListFeatureViews.
 Protobuf type google.cloud.aiplatform.v1.ListFeatureViewsResponse
    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 ListFeatureViewsResponse.Builder addAllFeatureViews(Iterable<? extends FeatureView> values)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1.FeatureView>
 | 
    
  
  
  
  
  
    public ListFeatureViewsResponse.Builder addFeatureViews(FeatureView value)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    public ListFeatureViewsResponse.Builder addFeatureViews(FeatureView.Builder builderForValue)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    public ListFeatureViewsResponse.Builder addFeatureViews(int index, FeatureView value)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    public ListFeatureViewsResponse.Builder addFeatureViews(int index, FeatureView.Builder builderForValue)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    public FeatureView.Builder addFeatureViewsBuilder()
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    public FeatureView.Builder addFeatureViewsBuilder(int index)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListFeatureViewsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListFeatureViewsResponse build()
   
  
  
  
  
    public ListFeatureViewsResponse buildPartial()
   
  
  
  
  
    public ListFeatureViewsResponse.Builder clear()
   
  
  Overrides
  
  
  
  
    public ListFeatureViewsResponse.Builder clearFeatureViews()
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    public ListFeatureViewsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListFeatureViewsResponse.Builder clearNextPageToken()
   
   A token, which can be sent as
 ListFeatureViewsRequest.page_token
 to retrieve the next page. If this field is omitted, there are no
 subsequent pages.
 string next_page_token = 2;
    public ListFeatureViewsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ListFeatureViewsResponse.Builder clone()
   
  
  Overrides
  
  
  
  
    public ListFeatureViewsResponse getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public FeatureView getFeatureViews(int index)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public FeatureView.Builder getFeatureViewsBuilder(int index)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<FeatureView.Builder> getFeatureViewsBuilderList()
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    public int getFeatureViewsCount()
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<FeatureView> getFeatureViewsList()
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    public FeatureViewOrBuilder getFeatureViewsOrBuilder(int index)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends FeatureViewOrBuilder> getFeatureViewsOrBuilderList()
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1.FeatureViewOrBuilder> |  | 
    
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token, which can be sent as
 ListFeatureViewsRequest.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
 ListFeatureViewsRequest.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 ListFeatureViewsResponse.Builder mergeFrom(ListFeatureViewsResponse other)
   
  
  
  
  
  
    public ListFeatureViewsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ListFeatureViewsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final ListFeatureViewsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ListFeatureViewsResponse.Builder removeFeatureViews(int index)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListFeatureViewsResponse.Builder setFeatureViews(int index, FeatureView value)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    public ListFeatureViewsResponse.Builder setFeatureViews(int index, FeatureView.Builder builderForValue)
   
   The FeatureViews matching the request.
 repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    public ListFeatureViewsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListFeatureViewsResponse.Builder setNextPageToken(String value)
   
   A token, which can be sent as
 ListFeatureViewsRequest.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 ListFeatureViewsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token, which can be sent as
 ListFeatureViewsRequest.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 ListFeatureViewsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final ListFeatureViewsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides