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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GetConnectionRequest` class is used to request a connection via `ConnectionService.GetConnection` within the `Google.Cloud.BigQuery.Connection.V1` namespace."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["There are two constructors for `GetConnectionRequest`: a default constructor and another that takes another `GetConnectionRequest` instance as a parameter for copying."],["The `GetConnectionRequest` class has two properties: `ConnectionName`, which is a typed view of the connection's name, and `Name`, which is a string representing the resource name of the connection in a specific format."],["The latest available version for this resource is version 2.9.0, and this particular page covers version 2.1.0, as well as offering links to versions from 1.2.0 to 2.9.0."]]],[]]