public sealed class CreateConnectionRequest : IMessage<CreateConnectionRequest>, IEquatable<CreateConnectionRequest>, IDeepCloneable<CreateConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class CreateConnectionRequest.
Request message for ConnectorsService.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 documentation is for version 1.0.0 of the `CreateConnectionRequest` class within the Integration Connectors v1 API, used for creating a connection."],["`CreateConnectionRequest` is a class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `CreateConnectionRequest` class contains properties such as `Connection`, `ConnectionId`, `Parent`, and `ParentAsLocationName`, which are necessary parameters to create a new connection."],["There are two constructors for `CreateConnectionRequest`, one default and another that accepts another `CreateConnectionRequest` instance for initialization."],["This class is in the namespace `Google.Cloud.Connectors.V1` and is part of the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]