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."],[[["The latest version of the BigQuery Connection v1 API is 2.9.0, and it includes documentation for the `GetConnectionRequest` class, with several prior versions also being documented."],["`GetConnectionRequest` is a class used to request a specific connection in the BigQuery Connection service, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetConnectionRequest` class has properties for `ConnectionName` and `Name`, with the `Name` property representing the resource name of the requested connection."],["The class `GetConnectionRequest` has two constructors: a parameterless constructor, and a constructor accepting a `GetConnectionRequest` object as a parameter."],["`GetConnectionRequest` class inherits from Object and has inherited members such as GetHashCode(), GetType(), MemberwiseClone(), and ToString() which can be used."]]],[]]