ProjectsLocationsCatalogs
class ProjectsLocationsCatalogs extends Resource (View source)
The "catalogs" collection of methods.
Typical usage is:
$recommendationengineService = new Google\Service\RecommendationsAI(...);
$catalogs = $recommendationengineService->projects_locations_catalogs;
Methods
listProjectsLocationsCatalogs(string $parent, array $optParams = [])
Lists all the catalog configurations associated with the project.
patch(string $name, GoogleCloudRecommendationengineV1beta1Catalog $postBody, array $optParams = [])
Updates the catalog configuration. (catalogs.patch)
Details
GoogleCloudRecommendationengineV1beta1ListCatalogsResponse
listProjectsLocationsCatalogs(string $parent, array $optParams = [])
Lists all the catalog configurations associated with the project.
(catalogs.listProjectsLocationsCatalogs)
GoogleCloudRecommendationengineV1beta1Catalog
patch(string $name, GoogleCloudRecommendationengineV1beta1Catalog $postBody, array $optParams = [])
Updates the catalog configuration. (catalogs.patch)