public sealed class GetConnectionRequest : IMessage<GetConnectionRequest>, IEquatable<GetConnectionRequest>, IDeepCloneable<GetConnectionRequest>, IBufferMessage, IMessage
The request for [ConnectionService.GetConnection][google.cloud.bigquery.connection.v1.ConnectionService.GetConnection].
[[["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 `GetConnectionRequest` class is used to request a specific connection via `ConnectionService.GetConnection` within the Google Cloud BigQuery Connection V1 service."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for handling message-based operations."],["The latest version available is 2.9.0, and the provided document contains a list of previous releases, ranging from version 2.8.0 down to version 1.2.0."],["The `GetConnectionRequest` class has properties such as `ConnectionName` and `Name`, allowing to specify the connection being requested using its name and structured format."],["The class inherits from `Object` and has inherited methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]