Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::ListCatalogItemsResponse.
Response message for ListCatalogItems method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#catalog_items
def catalog_items() -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>
Returns
- (::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>) — The catalog items.
#catalog_items=
def catalog_items=(value) -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>
Parameter
- value (::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>) — The catalog items.
Returns
- (::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>) — The catalog items.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — If empty, the list is complete. If nonempty, the token to pass to the next request's ListCatalogItemRequest.page_token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — If empty, the list is complete. If nonempty, the token to pass to the next request's ListCatalogItemRequest.page_token.
Returns
- (::String) — If empty, the list is complete. If nonempty, the token to pass to the next request's ListCatalogItemRequest.page_token.