Reference documentation and code samples for the Cloud Vision V1 Client class CreateProductRequest.
Request message for the CreateProduct
method.
Generated from protobuf message google.cloud.vision.v1.CreateProductRequest
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project in which the Product should be created. Format is projects/PROJECT_ID/locations/LOC_ID
.
↳ product
↳ product_id
string
A user-supplied resource id for this Product. If set, the server will attempt to use this value as the resource id. If it is already in use, an error is returned with code ALREADY_EXISTS. Must be at most 128 characters long. It cannot contain the character /
.
getParent
Required. The project in which the Product should be created.
Format is projects/PROJECT_ID/locations/LOC_ID
.
string
setParent
Required. The project in which the Product should be created.
Format is projects/PROJECT_ID/locations/LOC_ID
.
var
string
$this
getProduct
Required. The product to create.
hasProduct
clearProduct
setProduct
Required. The product to create.
$this
getProductId
A user-supplied resource id for this Product. If set, the server will
attempt to use this value as the resource id. If it is already in use, an
error is returned with code ALREADY_EXISTS. Must be at most 128 characters
long. It cannot contain the character /
.
string
setProductId
A user-supplied resource id for this Product. If set, the server will
attempt to use this value as the resource id. If it is already in use, an
error is returned with code ALREADY_EXISTS. Must be at most 128 characters
long. It cannot contain the character /
.
var
string
$this
static::build
parent
string
Required. The project in which the Product should be created.
Format is projects/PROJECT_ID/locations/LOC_ID
. Please see Google\Cloud\Vision\V1\ProductSearchClient::locationName()
for help formatting this field.
product
productId
string
A user-supplied resource id for this Product. If set, the server will
attempt to use this value as the resource id. If it is already in use, an
error is returned with code ALREADY_EXISTS. Must be at most 128 characters
long. It cannot contain the character /
.

