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 \ V1
Methods
__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: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID
↳ product
string
Required. The resource name for the Product to be removed from this ProductSet. Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID
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:
projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID
Please see ProductSearchClient::productSetName() for help formatting this field.
product
string
Required. The resource name for the Product to be removed from this
ProductSet.
Format is:
projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID
Please see ProductSearchClient::productName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud Vision V1 Client - Class RemoveProductFromProductSetRequest (2.0.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.3 (latest)](/php/docs/reference/cloud-vision/latest/V1.RemoveProductFromProductSetRequest)\n- [2.0.2](/php/docs/reference/cloud-vision/2.0.2/V1.RemoveProductFromProductSetRequest)\n- [1.10.3](/php/docs/reference/cloud-vision/1.10.3/V1.RemoveProductFromProductSetRequest)\n- [1.9.4](/php/docs/reference/cloud-vision/1.9.4/V1.RemoveProductFromProductSetRequest)\n- [1.8.0](/php/docs/reference/cloud-vision/1.8.0/V1.RemoveProductFromProductSetRequest)\n- [1.7.6](/php/docs/reference/cloud-vision/1.7.6/V1.RemoveProductFromProductSetRequest)\n- [1.6.8](/php/docs/reference/cloud-vision/1.6.8/V1.RemoveProductFromProductSetRequest) \nReference documentation and code samples for the Cloud Vision V1 Client class RemoveProductFromProductSetRequest.\n\nRequest message for the `RemoveProductFromProductSet` method.\n\nGenerated from protobuf message `google.cloud.vision.v1.RemoveProductFromProductSetRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Vision \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The resource name for the ProductSet to modify.\n\nFormat is:\n`projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`\n\n### setName\n\nRequired. The resource name for the ProductSet to modify.\n\nFormat is:\n`projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`\n\n### getProduct\n\nRequired. The resource name for the Product to be removed from this\nProductSet.\n\nFormat is:\n`projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`\n\n### setProduct\n\nRequired. The resource name for the Product to be removed from this\nProductSet.\n\nFormat is:\n`projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`\n\n### static::build"]]