Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::ListCatalogsResponse.
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
- (::Array<::Google::Cloud::Retail::V2::Catalog>) — All the customer's {::Google::Cloud::Retail::V2::Catalog Catalog}s.
#catalogs=
def catalogs=(value) -> ::Array<::Google::Cloud::Retail::V2::Catalog>
Parameter
- value (::Array<::Google::Cloud::Retail::V2::Catalog>) — All the customer's {::Google::Cloud::Retail::V2::Catalog Catalog}s.
Returns
- (::Array<::Google::Cloud::Retail::V2::Catalog>) — All the customer's {::Google::Cloud::Retail::V2::Catalog Catalog}s.
#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.