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 document provides reference documentation for the `GetConnectionRequest` class within the Google.Cloud.BigQuery.Connection.V1 API."],["`GetConnectionRequest` is a class used to request a specific connection, as part of the `ConnectionService.GetConnection` process."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `GetConnectionRequest` class includes properties such as `ConnectionName` and `Name`, where `Name` is a required field used to identify the requested connection."],["The current version of the API is 2.8.0, however there is a list of older versions, ranging from 1.2.0 up to the most recent 2.9.0."]]],[]]