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-03-21 UTC."],[[["The latest version available for the `RemoveControlRequest` class is 2.12.0, while the current page focuses on version 2.8.0 of the Google.Cloud.Retail.V2 API."],["`RemoveControlRequest` is a class used within the Retail v2 API, specifically to manage the removal of controls, and it implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `RemoveControlRequest` class has two constructors: one default and one that allows creating a new request based on an existing `RemoveControlRequest` instance."],["Two key properties of `RemoveControlRequest` are `ControlId`, representing the ID of the control to be applied, and `ServingConfig`, specifying the resource name of the source `ServingConfig`."],["`ServingConfigAsServingConfigName` is a property available that allows a type-safe way to access the `ServingConfig` resource name."]]],[]]