Class: Google::Cloud::DiscoveryEngine::V1beta::ListDataStoresResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListDataStoresResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb
Overview
Response message for DataStoreService.ListDataStores method.
Instance Attribute Summary collapse
-
#data_stores ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::DataStore>
All the customer's DataStores.
-
#next_page_token ⇒ ::String
A token that can be sent as ListDataStoresRequest.page_token to retrieve the next page.
Instance Attribute Details
#data_stores ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::DataStore>
Returns All the customer's DataStores.
147 148 149 150 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 147 class ListDataStoresResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be sent as ListDataStoresRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
147 148 149 150 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 147 class ListDataStoresResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |