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 document provides reference information for the `CreateConnectionRequest` class within the Google Cloud Connectors v1 API, specifically version 1.1.0, which is part of the Integration Connectors service."],["The `CreateConnectionRequest` class is used to define the request message for creating a new connection and it includes required fields such as `Connection`, `ConnectionId`, and `Parent` to specify the connection details and its location."],["`CreateConnectionRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base .NET object class, therefore it has methods such as `GetHashCode()`, `GetType()` and `ToString()` that are inherited."],["There are two ways to create an instance of this class, either by using the default constructor, or by cloning an existing instance with the `CreateConnectionRequest(CreateConnectionRequest other)` constructor."],["The class offers properties like `ParentAsLocationName` to provide a typed view of the `Parent` resource name, and `ConnectionId` to assign a unique identifier to the connection."]]],[]]