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
Implements
IMessageCreateConnectionRequest, IEquatableCreateConnectionRequest, IDeepCloneableCreateConnectionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
CreateConnectionRequest()
public CreateConnectionRequest()
CreateConnectionRequest(CreateConnectionRequest)
public CreateConnectionRequest(CreateConnectionRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateConnectionRequest |
Properties
Connection
public Connection Connection { get; set; }
Required. Connection resource.
Property Value | |
---|---|
Type | Description |
Connection |
ConnectionId
public string ConnectionId { get; set; }
Required. Identifier to assign to the Connection. Must be unique within scope of the parent resource.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent resource of the Connection, of the form:
projects/*/locations/*
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |