public sealed class GetControlRequest : IMessage<GetControlRequest>, IEquatable<GetControlRequest>, IDeepCloneable<GetControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GetControlRequest.
Required. The resource name of the Control to get. Format:
projects/{project_number}/locations/{location_id}/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 Discovery Engine v1beta API."],["`GetControlRequest` is used to request the `GetControl` method, inheriting from the `object` class and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `GetControlRequest` as an argument, which are used to instantiate the class."],["It includes properties such as `ControlName` and `Name`, where `Name` is required and specifies the resource name of the control to retrieve, with a defined format."],["The `GetControlRequest` class is under the namespace `Google.Cloud.DiscoveryEngine.V1Beta` and is part of the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]