Class GetProductRequest (1.10.0)

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

Request message for ProductService.GetProduct method.

Attribute

NameDescription
name str
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.

Inheritance

builtins.object > proto.message.Message > GetProductRequest