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"]],[["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 `AddControlRequest` class within the Google Cloud Retail v2 API for .NET, with the current version being 2.4.0."],["The `AddControlRequest` class is used to manage requests for the AddControl method within the API, and it inherits from Object, implementing multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class offers two constructors: a default constructor and a copy constructor, `AddControlRequest(AddControlRequest)`, with properties such as `ControlId`, `ServingConfig`, and `ServingConfigAsServingConfigName` to configure the control to be added."],["The latest API version is 2.12.0, with versions ranging from this down to 1.0.0, all of which are linked and reference the `AddControlRequest` class."],["This class belongs to the `Google.Cloud.Retail.V2` namespace and is located in the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]