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 available for the BigQuery Connection v1 API is 2.9.0, as indicated in the provided list of versions."],["The `GetConnectionRequest` class is a part of the Google.Cloud.BigQuery.Connection.V1 namespace and is used to request a connection via the ConnectionService."],["This class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, allowing it to interact with other protobuf features."],["The `GetConnectionRequest` class includes properties for managing the connection's name, such as a string property called \"Name\", and a \"ConnectionName\" typed property."],["The `GetConnectionRequest` class offers two constructors, one default constructor and one that accepts another instance of the `GetConnectionRequest` class as a parameter."]]],[]]