Data Catalog v1 API - Class CloudSqlBigQueryConnectionSpec (2.11.0)

public sealed class CloudSqlBigQueryConnectionSpec : IMessage<CloudSqlBigQueryConnectionSpec>, IEquatable<CloudSqlBigQueryConnectionSpec>, IDeepCloneable<CloudSqlBigQueryConnectionSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class CloudSqlBigQueryConnectionSpec.

Specification for the BigQuery connection to a Cloud SQL instance.

Inheritance

object > CloudSqlBigQueryConnectionSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

CloudSqlBigQueryConnectionSpec()

public CloudSqlBigQueryConnectionSpec()

CloudSqlBigQueryConnectionSpec(CloudSqlBigQueryConnectionSpec)

public CloudSqlBigQueryConnectionSpec(CloudSqlBigQueryConnectionSpec other)
Parameter
NameDescription
otherCloudSqlBigQueryConnectionSpec

Properties

Database

public string Database { get; set; }

Database name.

Property Value
TypeDescription
string

InstanceId

public string InstanceId { get; set; }

Cloud SQL instance ID in the format of project:location:instance.

Property Value
TypeDescription
string

Type

public CloudSqlBigQueryConnectionSpec.Types.DatabaseType Type { get; set; }

Type of the Cloud SQL database.

Property Value
TypeDescription
CloudSqlBigQueryConnectionSpecTypesDatabaseType