Class: Google::Cloud::DiscoveryEngine::V1::ListControlsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ListControlsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/control_service.rb
Overview
Response for ListControls method.
Instance Attribute Summary collapse
-
#controls ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::Control>
All the Controls for a given data store.
-
#next_page_token ⇒ ::String
Pagination token, if not returned indicates the last page.
Instance Attribute Details
#controls ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::Control>
Returns All the Controls for a given data store.
119 120 121 122 |
# File 'proto_docs/google/cloud/discoveryengine/v1/control_service.rb', line 119 class ListControlsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Pagination token, if not returned indicates the last page.
119 120 121 122 |
# File 'proto_docs/google/cloud/discoveryengine/v1/control_service.rb', line 119 class ListControlsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |