public sealed class CreateControlRequest : IMessage<CreateControlRequest>, IEquatable<CreateControlRequest>, IDeepCloneable<CreateControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CreateControlRequest.
[[["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 document provides reference information for the `CreateControlRequest` class within the Google Cloud Retail v2 API, specifically for version 2.9.0, and its usage in .NET."],["The `CreateControlRequest` class is used to create a new control within a specific catalog, as denoted by the `Parent` property, and is part of the `Google.Cloud.Retail.V2` namespace."],["It offers several properties like `Control`, `ControlId`, and `Parent`, along with a `ParentAsCatalogName` typed view, which are necessary to define and identify the control being created."],["The document lists the availability of different versions of this class, ranging from 1.0.0 to the latest 2.12.0 version, allowing users to navigate and select the version they need."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods and functionalities for message handling, equality checks, deep cloning, and buffer management."]]],[]]