public sealed class RemoveControlRequest : IMessage<RemoveControlRequest>, IEquatable<RemoveControlRequest>, IDeepCloneable<RemoveControlRequest>, IBufferMessage, IMessage
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"]],[["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."],[[["This page details the `RemoveControlRequest` class within the Google.Cloud.Retail.V2 namespace for .NET, used to remove a control from a serving configuration."],["The latest version available is 2.12.0, and the page lists previous versions dating back to 1.0.0 of this specific class."],["The `RemoveControlRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `RemoveControlRequest` object as a parameter for creating a new instance."],["The class contains two string properties, `ControlId` and `ServingConfig`, which are required and specify the id of the control to remove and the serving config, respectively, along with a `ServingConfigName` typed view over the serving config."]]],[]]