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."],[[["This document provides reference documentation for the `GetControlRequest` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.5.0."],["`GetControlRequest` is a request type used for the \"GetControl\" method, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `ControlName` which provides a typed view of the resource name and `Name`, which is the required resource name of the Control to retrieve, it should be in the following format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/controls/{control_id}`."],["This API has different versions, ranging from the latest 1.6.0 all the way to the beta version 1.0.0-beta06."],["The document also includes information on the available constructors, inherited members, the namespace, and the assembly for this class."]]],[]]