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."],[[["This page provides documentation for the `GetControlRequest` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.4.0 of the .NET library."],["The `GetControlRequest` class is used to construct requests for the `GetControl` method and inherits from the base `object` class, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version for the `GetControlRequest` class is 1.6.0, and multiple versions (including beta) are documented and accessible from this page."],["Key properties for `GetControlRequest` include `ControlName`, which is a `ControlName`-typed view of the resource name, and `Name`, which is a string containing the resource name of the control to retrieve."],["This resource page gives you the capability to view the documented constructor for this class, in addition to any inherited members."]]],[]]