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 in the Google Cloud BigQuery Connection service."],["The class is part of the `Google.Cloud.BigQuery.Connection.V1` namespace and is found within the `Google.Cloud.BigQuery.Connection.V1.dll` assembly."],["It includes constructors for creating instances of `CreateConnectionRequest` and defining its properties like `Connection`, `ConnectionId`, `Parent`, and `ParentAsLocationName`."],["The `CreateConnectionRequest` class implements several interfaces, including `IMessage\u003cCreateConnectionRequest\u003e`, `IEquatable\u003cCreateConnectionRequest\u003e`, `IDeepCloneable\u003cCreateConnectionRequest\u003e`, `IBufferMessage`, and `IMessage`."],["This document provides access to various versions of the `CreateConnectionRequest` class documentation, ranging from version 1.2.0 up to the latest version 2.9.0, allowing developers to access the documentation relevant to their specific library version."]]],[]]