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 connection using `ConnectionService.GetConnection`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `GetConnectionRequest` class includes two constructors: a default constructor and one that takes another `GetConnectionRequest` object as a parameter."],["It contains properties for managing the connection's name, with a `ConnectionName` typed view and a `Name` property that requires a string in the format: `projects/{project_id}/locations/{location_id}/connections/{connection_id}`."],["The webpage documents the various versions of the .NET reference for `GetConnectionRequest` for Google.Cloud.BigQuery.Connection.V1, the latest version being 2.9.0, with a range from 1.2.0 to 2.9.0."]]],[]]