Class Connection (1.15.3)

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

Configuration parameters to establish connection with an external data source, except the credential attributes.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
name str
The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/connections/{connection_id}
friendly_name str
User provided display name for the connection.
description str
User provided description.
cloud_sql google.cloud.bigquery_connection_v1.types.CloudSqlProperties
Cloud SQL properties. This field is a member of oneof_ properties.
aws google.cloud.bigquery_connection_v1.types.AwsProperties
Amazon Web Services (AWS) properties. This field is a member of oneof_ properties.
azure google.cloud.bigquery_connection_v1.types.AzureProperties
Azure properties. This field is a member of oneof_ properties.
cloud_spanner google.cloud.bigquery_connection_v1.types.CloudSpannerProperties
Cloud Spanner properties. This field is a member of oneof_ properties.
cloud_resource google.cloud.bigquery_connection_v1.types.CloudResourceProperties
Cloud Resource properties. This field is a member of oneof_ properties.
spark google.cloud.bigquery_connection_v1.types.SparkProperties
Spark properties. This field is a member of oneof_ properties.
salesforce_data_cloud google.cloud.bigquery_connection_v1.types.SalesforceDataCloudProperties
Optional. Salesforce DataCloud properties. This field is intended for use only by Salesforce partner projects. This field contains properties for your Salesforce DataCloud connection. This field is a member of oneof_ properties.
creation_time int
Output only. The creation timestamp of the connection.
last_modified_time int
Output only. The last update timestamp of the connection.
has_credential bool
Output only. True, if credential is configured for this connection.