Class: Google::Cloud::Retail::V2::ListControlsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ListControlsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/control_service.rb
Overview
Response for ListControls method.
Instance Attribute Summary collapse
-
#controls ⇒ ::Array<::Google::Cloud::Retail::V2::Control>
All the Controls for a given catalog.
-
#next_page_token ⇒ ::String
Pagination token, if not returned indicates the last page.
Instance Attribute Details
#controls ⇒ ::Array<::Google::Cloud::Retail::V2::Control>
Returns All the Controls for a given catalog.
115 116 117 118 |
# File 'proto_docs/google/cloud/retail/v2/control_service.rb', line 115 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.
115 116 117 118 |
# File 'proto_docs/google/cloud/retail/v2/control_service.rb', line 115 class ListControlsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |