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.
Implements
IMessageCloudSqlBigQueryConnectionSpec, IEquatableCloudSqlBigQueryConnectionSpec, IDeepCloneableCloudSqlBigQueryConnectionSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
CloudSqlBigQueryConnectionSpec()
public CloudSqlBigQueryConnectionSpec()
CloudSqlBigQueryConnectionSpec(CloudSqlBigQueryConnectionSpec)
public CloudSqlBigQueryConnectionSpec(CloudSqlBigQueryConnectionSpec other)
Parameter | |
---|---|
Name | Description |
other | CloudSqlBigQueryConnectionSpec |
Properties
Database
public string Database { get; set; }
Database name.
Property Value | |
---|---|
Type | Description |
string |
InstanceId
public string InstanceId { get; set; }
Cloud SQL instance ID in the format of project:location:instance
.
Property Value | |
---|---|
Type | Description |
string |
Type
public CloudSqlBigQueryConnectionSpec.Types.DatabaseType Type { get; set; }
Type of the Cloud SQL database.
Property Value | |
---|---|
Type | Description |
CloudSqlBigQueryConnectionSpecTypesDatabaseType |