Class Google::Cloud::Retail::V2::ListCatalogsResponse (v0.6.4)

Response for CatalogService.ListCatalogs method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#catalogs

def catalogs() -> ::Array<::Google::Cloud::Retail::V2::Catalog>
Returns

#catalogs=

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

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token that can be sent as ListCatalogsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token that can be sent as ListCatalogsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
  • (::String) — A token that can be sent as ListCatalogsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.