public sealed class GetControlRequest : IMessage<GetControlRequest>, IEquatable<GetControlRequest>, IDeepCloneable<GetControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class GetControlRequest.
Required. The resource name of the Control to get. Format:
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_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-03-21 UTC."],[[["The `GetControlRequest` class is part of the Google Cloud Discovery Engine v1 API, specifically used to request the retrieval of a Control resource."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing functionalities such as deep cloning and buffer message handling."],["The `GetControlRequest` class has two constructors: a default one and another that takes another `GetControlRequest` object as a parameter for creating a copy."],["It includes properties like `ControlName` (of type `ControlName`) and `Name` (of type `string`), which are essential for specifying the target Control resource to be retrieved, and the `Name` property requires a specific resource name format."],["The latest version of this `GetControlRequest` is 1.6.0, and the earliest version is 1.0.0-beta06, as listed in the provided versions."]]],[]]