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 webpage provides documentation for the `GetControlRequest` class within the Google Cloud Retail V2 API, detailing its structure and usage."],["The latest version of the API documented here is 2.12.0, with links provided for previous versions, all the way back to 1.0.0."],["The `GetControlRequest` class, designed for requesting a specific control, implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes details about the class's inheritance from `object`, its constructors, and its properties, such as `ControlName` and `Name`."],["The documentation specifies the required format for the resource `Name`, which is `projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/controls/{control_id}`."]]],[]]