Reference documentation and code samples for the Cloud Vision V1 Client class RemoveProductFromProductSetRequest.
Request message for the RemoveProductFromProductSet
method.
Generated from protobuf message google.cloud.vision.v1.RemoveProductFromProductSetRequest
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name for the ProductSet to modify. Format is: |
↳ product |
string
Required. The resource name for the Product to be removed from this ProductSet. Format is: |
getName
Required. The resource name for the ProductSet to modify.
Format is:
projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name for the ProductSet to modify.
Format is:
projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProduct
Required. The resource name for the Product to be removed from this ProductSet.
Format is:
projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID
Returns | |
---|---|
Type | Description |
string |
setProduct
Required. The resource name for the Product to be removed from this ProductSet.
Format is:
projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
name |
string
Required. The resource name for the ProductSet to modify. Format is:
|
product |
string
Required. The resource name for the Product to be removed from this ProductSet. Format is:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Vision\V1\RemoveProductFromProductSetRequest |