Recommendations AI V1beta1 API - Class Google::Cloud::RecommendationEngine::V1beta1::ListCatalogItemsResponse (v0.9.0)

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

#catalog_items=

def catalog_items=(value) -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem>
Parameter
Returns

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