Reference documentation and code samples for the Cloud Vision V1 Client class DeleteProductRequest.
Request message for the DeleteProduct
method.
Generated from protobuf message google.cloud.vision.v1.DeleteProductRequest
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Resource name of product to delete. Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID
getName
Required. Resource name of product to delete.
Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID
string
setName
Required. Resource name of product to delete.
Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID
var
string
$this
static::build
name
string
Required. Resource name of product to delete.
Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID
Please see Google\Cloud\Vision\V1\ProductSearchClient::productName()
for help formatting this field.

