Class GetProductRequest (1.0.2)

GetProductRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for [GetProduct][] method. .. attribute:: name

Required. Full resource name of Product, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/some_product_id.

If the caller does not have permission to access the Product, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the requested Product does not exist, a NOT_FOUND error is returned.

:type: str