ProjectsLocationsCatalogsCatalogItems
class ProjectsLocationsCatalogsCatalogItems extends Resource (View source)
The "catalogItems" collection of methods.
Typical usage is:
$recommendationengineService = new Google\Service\RecommendationsAI(...);
$catalogItems = $recommendationengineService->projects_locations_catalogs_catalogItems;
Methods
Creates a catalog item. (catalogItems.create)
Deletes a catalog item. (catalogItems.delete)
Gets a specific catalog item. (catalogItems.get)
Bulk import of multiple catalog items. Request processing may be synchronous.
Gets a list of catalog items.
Updates a catalog item. Partial updating is supported. Non-existing items will be created. (catalogItems.patch)
Details
GoogleCloudRecommendationengineV1beta1CatalogItem
create(string $parent, GoogleCloudRecommendationengineV1beta1CatalogItem $postBody, array $optParams = [])
Creates a catalog item. (catalogItems.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes a catalog item. (catalogItems.delete)
GoogleCloudRecommendationengineV1beta1CatalogItem
get(string $name, array $optParams = [])
Gets a specific catalog item. (catalogItems.get)
GoogleLongrunningOperation
import(string $parent, GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest $postBody, array $optParams = [])
Bulk import of multiple catalog items. Request processing may be synchronous.
No partial updating supported. Non-existing items will be created. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully updated. (catalogItems.import)
GoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse
listProjectsLocationsCatalogsCatalogItems(string $parent, array $optParams = [])
Gets a list of catalog items.
(catalogItems.listProjectsLocationsCatalogsCatalogItems)
GoogleCloudRecommendationengineV1beta1CatalogItem
patch(string $name, GoogleCloudRecommendationengineV1beta1CatalogItem $postBody, array $optParams = [])
Updates a catalog item. Partial updating is supported. Non-existing items will be created. (catalogItems.patch)