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 documentation provides reference information for the `GetControlRequest` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.2.0."],["`GetControlRequest` is a request message type used for the GetControl method, and it inherits from the base object class while implementing several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes constructors for creating a new `GetControlRequest` object, either as a default instance or by copying an existing one, and parameters and their description are provided for the GetControlRequest constructor."],["It contains two primary properties: `ControlName`, which provides a typed view over the resource name, and `Name`, which is a string representing the resource name of the Control being requested."],["The API documentation also lists the available versions, which range from 1.0.0-beta06 up to 1.6.0 (latest), and includes the namespace and assembly details for the class."]]],[]]