public sealed class CreateConnectionRequest : IMessage<CreateConnectionRequest>, IEquatable<CreateConnectionRequest>, IDeepCloneable<CreateConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Connection v1 API class CreateConnectionRequest.
The request for [ConnectionService.CreateConnection][google.cloud.bigquery.connection.v1.ConnectionService.CreateConnection].
[[["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 information for the `CreateConnectionRequest` class within the Google Cloud BigQuery Connection v1 API, specifically version 2.3.0."],["The `CreateConnectionRequest` class is used to create a request for the `ConnectionService.CreateConnection` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateConnectionRequest` class includes properties such as `Connection`, `ConnectionId`, `Parent`, and `ParentAsLocationName`, which are essential for defining the connection to be created."],["There are multiple versions of the BigQuery Connection API available, with version 2.9.0 being the latest, and 2.3.0, the current version of the documentation, containing references to versions as low as 1.2.0."],["The class in this documentation can be instanciated either with an empty constructor or with another instance of `CreateConnectionRequest` to replicate it."]]],[]]