Class: Google::Cloud::DiscoveryEngine::V1beta::ListServingConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListServingConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb
Overview
Response for ListServingConfigs method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Pagination token, if not returned indicates the last page.
-
#serving_configs ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig>
All the ServingConfigs for a given dataStore.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Pagination token, if not returned indicates the last page.
78 79 80 81 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb', line 78 class ListServingConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#serving_configs ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::ServingConfig>
Returns All the ServingConfigs for a given dataStore.
78 79 80 81 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/serving_config_service.rb', line 78 class ListServingConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |