Class: Google::Cloud::Retail::V2::ListCatalogsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ListCatalogsResponse
- 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
-
#catalogs ⇒ ::Array<::Google::Cloud::Retail::V2::Catalog>
All the customer's Catalogs.
-
#next_page_token ⇒ ::String
A token that can be sent as ListCatalogsRequest.page_token to retrieve the next page.
Instance Attribute Details
#catalogs ⇒ ::Array<::Google::Cloud::Retail::V2::Catalog>
Returns All the customer's Catalogs.
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.
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 |