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, with the current version being 2.7.0."],["The `AddControlRequest` class is used to make requests for the `AddControl` method and it inherits from `object` while also implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for the `AddControlRequest` class, a default constructor, and a copy constructor that accepts another `AddControlRequest` object as a parameter."],["The `AddControlRequest` class has properties for `ControlId`, which is the id of the control to be applied, and `ServingConfig`, the resource name for the serving configuration, along with a `ServingConfigAsServingConfigName` property, which is a typed view of `ServingConfig`."],["The documentation provides links to various versions of the API, ranging from the latest version 2.12.0 down to version 1.0.0, allowing for access to reference materials for each version."]]],[]]