public sealed class GetControlRequest : IMessage<GetControlRequest>, IEquatable<GetControlRequest>, IDeepCloneable<GetControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class GetControlRequest.
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"]],[["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 documentation for the `GetControlRequest` class within the Google Cloud Retail v2 API."],["The `GetControlRequest` class is used to request the details of a specific control via the `GetControl` method, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It lists a comprehensive history of version releases for this specific endpoint, spanning from version 1.0.0 up to the latest 2.12.0."],["The `GetControlRequest` class includes properties like `Name` and `ControlName`, which are used to identify the specific control being requested, where the name field is mandatory."],["The document shows that the `GetControlRequest` class can be instantiated through two constructors, one default and another allowing for parameterization by passing another `GetControlRequest`."]]],[]]