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 pertains to the `CreateConnectionRequest` class within the Google Cloud Connectors v1 API, specifically version 1.2.0, with the latest version being 1.3.0."],["The `CreateConnectionRequest` class is used as a request message for the `ConnectorsService.CreateConnection` function, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors to create new `CreateConnectionRequest` objects and one to make a copy, using another `CreateConnectionRequest` object as a parameter."],["Key properties within the `CreateConnectionRequest` class are `Connection`, `ConnectionId`, `Parent`, and `ParentAsLocationName`, which are used to define the connection resource and location."],["The class is located within the `Google.Cloud.Connectors.V1` namespace and is contained in the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]