public sealed class GetConnectionRequest : IMessage<GetConnectionRequest>, IEquatable<GetConnectionRequest>, IDeepCloneable<GetConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Connection v1 API class GetConnectionRequest.
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."],[[["This page provides reference documentation for the `GetConnectionRequest` class within the Google Cloud BigQuery Connection v1 API for .NET."],["The `GetConnectionRequest` class is used to make requests to the `ConnectionService.GetConnection` method and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes a list of available versions, ranging from the latest 2.9.0 down to 1.2.0, for the `GetConnectionRequest` class."],["Key properties of the `GetConnectionRequest` class are `ConnectionName`, which is a typed view over the resource name, and `Name`, a string representing the required connection name."],["The `GetConnectionRequest` has two constructors: a parameterless constructor and one that takes another instance of `GetConnectionRequest`."]]],[]]