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 latest version of the `GetConnectionRequest` documentation is 2.9.0, but it covers versions ranging from 1.2.0 up to 2.9.0."],["`GetConnectionRequest` is a class used to request a connection via `ConnectionService.GetConnection` in the Google Cloud BigQuery Connection service."],["`GetConnectionRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetConnectionRequest` class has two constructors: a default constructor and a constructor that takes another `GetConnectionRequest` object as a parameter, and has two public settable properties: `ConnectionName` and `Name`."],["`GetConnectionRequest` belongs to the `Google.Cloud.BigQuery.Connection.V1` namespace."]]],[]]