Class: Google::Cloud::AIPlatform::V1::ListFeaturestoresResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#featurestores::Array<::Google::Cloud::AIPlatform::V1::Featurestore>

Returns The Featurestores matching the request.

Returns:



129
130
131
132
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 129

class ListFeaturestoresResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token, which can be sent as ListFeaturestoresRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:



129
130
131
132
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 129

class ListFeaturestoresResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end