public sealed class CreateConnectionRequest : IMessage<CreateConnectionRequest>, IEquatable<CreateConnectionRequest>, IDeepCloneable<CreateConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class CreateConnectionRequest.
Message for creating a Connection
Implements
IMessageCreateConnectionRequest, IEquatableCreateConnectionRequest, IDeepCloneableCreateConnectionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V2Assembly
Google.Cloud.CloudBuild.V2.dll
Constructors
CreateConnectionRequest()
public CreateConnectionRequest()
CreateConnectionRequest(CreateConnectionRequest)
public CreateConnectionRequest(CreateConnectionRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateConnectionRequest |
Properties
Connection
public Connection Connection { get; set; }
Required. The Connection to create.
Property Value | |
---|---|
Type | Description |
Connection |
ConnectionId
public string ConnectionId { get; set; }
Required. The ID to use for the Connection, which will become the final component of the Connection's resource name. Names must be unique per-project per-location. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Project and location where the connection will be created.
Format: 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 |