class ProjectsLocationsProductSetsProducts extends Resource (View source)

The "products" collection of methods.

Typical usage is:

 $visionService = new Google\Service\Vision(...);
 $products = $visionService->projects_locations_productSets_products;

Methods

listProjectsLocationsProductSetsProducts(string $name, array $optParams = [])

Lists the Products in a ProductSet, in an unspecified order. If the ProductSet does not exist, the products field of the response will be empty.

Details

ListProductsInProductSetResponse listProjectsLocationsProductSetsProducts(string $name, array $optParams = [])

Lists the Products in a ProductSet, in an unspecified order. If the ProductSet does not exist, the products field of the response will be empty.

Possible errors: * Returns INVALID_ARGUMENT if page_size is greater than 100 or less than 1. (products.listProjectsLocationsProductSetsProducts)

Parameters

string $name

Required. The ProductSet resource for which to retrieve Products. Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

array $optParams

Optional parameters.

Return Value

ListProductsInProductSetResponse

Exceptions

Exception