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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]