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_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."],[[["The document provides reference information for the `GetControlRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.1.0."],["`GetControlRequest` is a class that is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is used to make requests to retrieve control information."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`GetControlRequest` has two constructors, a default constructor and one that takes another `GetControlRequest` object as a parameter, and has two properties: `ControlName` and `Name`."],["The `Name` property is required and represents the resource name of the control to be retrieved, with a specific format to be used."]]],[]]