public sealed class AddControlRequest : IMessage<AddControlRequest>, IEquatable<AddControlRequest>, IDeepCloneable<AddControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class AddControlRequest.
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 webpage provides reference documentation for the `AddControlRequest` class within the Google Cloud Retail v2 API for .NET."],["The `AddControlRequest` class is used to request the addition of a control in the Retail API."],["The latest version of the `AddControlRequest` class is 2.12.0, and the page also includes documentation for 19 previous versions, down to version 1.0.0."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with members inherited from `object`."],["Key properties of `AddControlRequest` include `ControlId`, `ServingConfig`, and `ServingConfigAsServingConfigName`, which define the control's ID and the serving configuration to which it belongs."]]],[]]