public sealed class CreateConnectionRequest : IMessage<CreateConnectionRequest>, IEquatable<CreateConnectionRequest>, IDeepCloneable<CreateConnectionRequest>, IBufferMessage, IMessage
The request for [ConnectionService.CreateConnection][google.cloud.bigquery.connection.v1.ConnectionService.CreateConnection].
Implements
IMessage<CreateConnectionRequest>, IEquatable<CreateConnectionRequest>, IDeepCloneable<CreateConnectionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Connection.V1Assembly
Google.Cloud.BigQuery.Connection.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 to create.
Property Value | |
---|---|
Type | Description |
Connection |
ConnectionId
public string ConnectionId { get; set; }
Optional. Connection id that should be assigned to the created connection.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. Parent resource name.
Must be in the format projects/{project_id}/locations/{location_id}
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 |