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

