Retail V2 API - Class Google::Cloud::Retail::V2::ListControlsResponse (v0.16.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::ListControlsResponse.

Response for ListControls method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#controls

def controls() -> ::Array<::Google::Cloud::Retail::V2::Control>
Returns

#controls=

def controls=(value) -> ::Array<::Google::Cloud::Retail::V2::Control>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Pagination token, if not returned indicates the last page.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Pagination token, if not returned indicates the last page.
Returns
  • (::String) — Pagination token, if not returned indicates the last page.