Class: Google::Cloud::RecommendationEngine::V1beta1::ListCatalogItemsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::ListCatalogItemsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/catalog_service.rb
Overview
Response message for ListCatalogItems method.
Instance Attribute Summary collapse
-
#catalog_items ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>
The catalog items.
-
#next_page_token ⇒ ::String
If empty, the list is complete.
Instance Attribute Details
#catalog_items ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>
Returns The catalog items.
75 76 77 78 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog_service.rb', line 75 class ListCatalogItemsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If empty, the list is complete. If nonempty, the token to pass to the next request's ListCatalogItemRequest.page_token.
75 76 77 78 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog_service.rb', line 75 class ListCatalogItemsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |