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 page provides reference documentation for the `RemoveControlRequest` class within the Google Cloud Retail v2 API, specifically for version 2.10.0."],["The `RemoveControlRequest` class is used to construct requests for the `RemoveControl` method, which is detailed within the documentation."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The `RemoveControlRequest` class contains properties such as `ControlId` and `ServingConfig` which are required to use the control, and the `ServingConfigAsServingConfigName` which is a typed view of the serving config property."],["The document contains a list of previous versions of the `RemoveControlRequest` class ranging from version 1.0.0 to 2.12.0, with 2.12.0 being the most recent."]]],[]]