Class CreateProductRequest (1.10.1)

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

Request message for ProductService.CreateProduct method.

Attributes

NameDescription
parent str
Required. The parent catalog resource name, such as ``projects/*/locations/global/catalogs/default_catalog/branches/default_branch``.
product google.cloud.retail_v2.types.Product
Required. The Product to create.
product_id str
Required. The ID to use for the Product, which will become the final component of the Product.name. If the caller does not have permission to create the Product, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. This field must be unique among all Products with the same parent. Otherwise, an ALREADY_EXISTS error is returned. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Inheritance

builtins.object > proto.message.Message > CreateProductRequest