Class: Google::Cloud::AIPlatform::V1::ListFeaturestoresResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListFeaturestoresResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Response message for FeaturestoreService.ListFeaturestores.
Instance Attribute Summary collapse
-
#featurestores ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Featurestore>
The Featurestores matching the request.
-
#next_page_token ⇒ ::String
A token, which can be sent as ListFeaturestoresRequest.page_token to retrieve the next page.
Instance Attribute Details
#featurestores ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Featurestore>
Returns The Featurestores matching the request.
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.
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 |