Class CreateConnectionRequest (1.15.3)

CreateConnectionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for ConnectionService.CreateConnection.

Attributes

NameDescription
parent str
Required. Parent resource name. Must be in the format projects/{project_id}/locations/{location_id}
connection_id str
Optional. Connection id that should be assigned to the created connection.
connection google.cloud.bigquery_connection_v1.types.Connection
Required. Connection to create.