Class: Google::Cloud::Retail::V2::ListCatalogsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/catalog_service.rb

Overview

Response for CatalogService.ListCatalogs method.

Instance Attribute Summary collapse

Instance Attribute Details

#catalogs::Array<::Google::Cloud::Retail::V2::Catalog>

Returns All the customer's Catalogs.

Returns:



71
72
73
74
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 71

class ListCatalogsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns 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.



71
72
73
74
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 71

class ListCatalogsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end