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 information for the `GetControlRequest` class within the Google Cloud Retail v2 API."],["The latest version available for `GetControlRequest` is 2.12.0, but version 2.10.0 is currently highlighted."],["`GetControlRequest` is used as the request format for the `GetControl` method and it inherits from various interfaces and an object class."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for message handling, equality comparison, deep cloning, and buffered message operations."],["Key properties of the `GetControlRequest` class include `ControlName` and `Name`, which are used to specify the control to be retrieved, including its required resource name format."]]],[]]