Class: Google::Cloud::Retail::V2::ListControlsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#controls::Array<::Google::Cloud::Retail::V2::Control>

Returns All the Controls for a given catalog.

Returns:



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.

Returns:

  • (::String)

    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