public sealed class RemoveProductFromProductSetRequest : IMessage<RemoveProductFromProductSetRequest>, IEquatable<RemoveProductFromProductSetRequest>, IDeepCloneable<RemoveProductFromProductSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class RemoveProductFromProductSetRequest.
Request message for the RemoveProductFromProductSet method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRemoveProductFromProductSetRequest\u003c/code\u003e class is part of the Google Cloud Vision v1 API, specifically designed for removing a product from a product set.\u003c/p\u003e\n"],["\u003cp\u003eThis class supports multiple versions, with the latest being 3.7.0, and it contains other versions going back to 2.3.0 for reference and use.\u003c/p\u003e\n"],["\u003cp\u003eIt implements various interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which suggests it has functionalities for message handling, equality comparison, deep cloning, and buffered message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eProduct\u003c/code\u003e, \u003ccode\u003eProductAsProductName\u003c/code\u003e, and \u003ccode\u003eProductSetName\u003c/code\u003e, which are all essential for defining and managing the product and product set in question.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor methods, one default and one that takes another instance of \u003ccode\u003eRemoveProductFromProductSetRequest\u003c/code\u003e as an argument.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Vision v1 API - Class RemoveProductFromProductSetRequest (3.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.6.0/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.5.0/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.4.0/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.3.0/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.2.0/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.1.0/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.0.0/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/2.5.0/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/2.4.0/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/2.3.0/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest) \n\n public sealed class RemoveProductFromProductSetRequest : IMessage\u003cRemoveProductFromProductSetRequest\u003e, IEquatable\u003cRemoveProductFromProductSetRequest\u003e, IDeepCloneable\u003cRemoveProductFromProductSetRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Vision v1 API class RemoveProductFromProductSetRequest.\n\nRequest message for the `RemoveProductFromProductSet` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RemoveProductFromProductSetRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RemoveProductFromProductSetRequest](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RemoveProductFromProductSetRequest](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RemoveProductFromProductSetRequest](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Vision.V1](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Vision.V1.dll\n\nConstructors\n------------\n\n### RemoveProductFromProductSetRequest()\n\n public RemoveProductFromProductSetRequest()\n\n### RemoveProductFromProductSetRequest(RemoveProductFromProductSetRequest)\n\n public RemoveProductFromProductSetRequest(RemoveProductFromProductSetRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\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### Product\n\n public string Product { get; set; }\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### ProductAsProductName\n\n public ProductName ProductAsProductName { get; set; }\n\n[ProductName](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.ProductName)-typed view over the [Product](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest#Google_Cloud_Vision_V1_RemoveProductFromProductSetRequest_Product) resource name property.\n\n### ProductSetName\n\n public ProductSetName ProductSetName { get; set; }\n\n[ProductSetName](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.ProductSetName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.RemoveProductFromProductSetRequest#Google_Cloud_Vision_V1_RemoveProductFromProductSetRequest_Name) resource name property."]]