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."],[[["The `RemoveControlRequest` class is part of the Google Cloud Retail v2 API, specifically within the .NET framework."],["This class is designed to handle requests for the `RemoveControl` method, allowing you to remove a control from a serving configuration."],["It supports various versions of the API, ranging from the latest version 2.12.0 down to version 1.0.0, indicating a history of updates and backward compatibility."],["The `RemoveControlRequest` class requires two key properties to be set: `ControlId`, the ID of the control to remove, and `ServingConfig`, the resource name of the serving configuration from which to remove it."],["This Class implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with protocol buffers and advanced functionalities."]]],[]]