public sealed class RemoveControlRequest : IMessage<RemoveControlRequest>, IEquatable<RemoveControlRequest>, IDeepCloneable<RemoveControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RemoveControlRequest.
Required. The source ServingConfig resource name . Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}
[[["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-04-17 UTC."],[[["This webpage provides reference documentation for the `RemoveControlRequest` class within the Google.Cloud.Retail.V2 API, specifically for the .NET environment."],["The `RemoveControlRequest` class is a request message used for the `RemoveControl` method, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation outlines two constructors for creating `RemoveControlRequest` objects, one with no parameters, and one that take a `RemoveControlRequest` parameter."],["The `RemoveControlRequest` class includes properties like `ControlId` and `ServingConfig`, both of which are required and represented as strings, in addition to `ServingConfigAsServingConfigName`, which is a typed view of `ServingConfig`."],["The page also provides access to past versions of the documentation, ranging from version 1.0.0 to the latest 2.12.0."]]],[]]