public sealed class CreateConnectionRequest : IMessage<CreateConnectionRequest>, IEquatable<CreateConnectionRequest>, IDeepCloneable<CreateConnectionRequest>, IBufferMessage, IMessage
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 page details the `CreateConnectionRequest` class, which is used to request the creation of a connection within the Google Cloud BigQuery environment."],["The `CreateConnectionRequest` class is part of the `Google.Cloud.BigQuery.Connection.V1` namespace and is defined in the `Google.Cloud.BigQuery.Connection.V1.dll` assembly."],["The `CreateConnectionRequest` class has a series of properties that can be set, such as `Connection`, `ConnectionId`, `Parent`, and `ParentAsLocationName`, which specifies the details of the connection to be created and where."],["The page also provides a comprehensive list of all available versions, starting with version 1.2.0 up to the latest version 2.9.0."],["The `CreateConnectionRequest` implements various interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable` providing functionalities like message handling, comparison, and deep cloning."]]],[]]