Reference documentation and code samples for the Google Cloud Retail V2 Client class CreateProductRequest.
Request message for ProductService.CreateProduct method.
Generated from protobuf message google.cloud.retail.v2.CreateProductRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch
.
↳ product
↳ product_id
string
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 Product s 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.
getParent
Required. The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch
.
string
setParent
Required. The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch
.
var
string
$this
getProduct
Required. The Product to create.
hasProduct
clearProduct
setProduct
Required. The Product to create.
$this
getProductId
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 Product s 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.
string
setProductId
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 Product s 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.
var
string
$this
static::build
parent
string
Required. The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch
. Please see Google\Cloud\Retail\V2\ProductServiceClient::branchName()
for help formatting this field.
product
productId
string
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 Product s 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.