public sealed class GetControlRequest : IMessage<GetControlRequest>, IEquatable<GetControlRequest>, IDeepCloneable<GetControlRequest>, IBufferMessage, IMessage
Required. The resource name of the Control to get. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/controls/{control_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 webpage details the `GetControlRequest` class, which is used to request the retrieval of a specific control in the Google Cloud Retail API."],["The latest version of the documentation available is 2.12.0, but there are also 19 previous versions, down to 1.0.0 available to browse."],["The `GetControlRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `GetControlRequest` class include `ControlName`, which provides a typed view of the resource name, and `Name`, a string that specifies the resource name of the control to retrieve."],["There are two constructors available for creating a `GetControlRequest` instance, one that creates an empty instance and another that uses another `GetControlRequest` as a parameter."]]],[]]