Integration Connectors v1 API - Class CreateConnectionRequest (1.0.0)

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

Inheritance

object > CreateConnectionRequest

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

CreateConnectionRequest()

public CreateConnectionRequest()

CreateConnectionRequest(CreateConnectionRequest)

public CreateConnectionRequest(CreateConnectionRequest other)
Parameter
NameDescription
otherCreateConnectionRequest

Properties

Connection

public Connection Connection { get; set; }

Required. Connection resource.

Property Value
TypeDescription
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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Parent resource of the Connection, of the form: projects/*/locations/*

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName