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"]],[["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."],[[["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`."]]],[]]