Class: Google::Cloud::AIPlatform::V1::ListFeatureOnlineStoresResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListFeatureOnlineStoresResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb
Overview
Response message for FeatureOnlineStoreAdminService.ListFeatureOnlineStores.
Instance Attribute Summary collapse
-
#feature_online_stores ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureOnlineStore>
The FeatureOnlineStores matching the request.
-
#next_page_token ⇒ ::String
A token, which can be sent as ListFeatureOnlineStoresRequest.page_token to retrieve the next page.
Instance Attribute Details
#feature_online_stores ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureOnlineStore>
Returns The FeatureOnlineStores matching the request.
123 124 125 126 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 123 class ListFeatureOnlineStoresResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as ListFeatureOnlineStoresRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
123 124 125 126 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 123 class ListFeatureOnlineStoresResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |