public sealed class BigQueryConnectionSpec : IMessage<BigQueryConnectionSpec>, IEquatable<BigQueryConnectionSpec>, IDeepCloneable<BigQueryConnectionSpec>, IBufferMessage, IMessage
Specification for the BigQuery connection.
Implements
IMessage<BigQueryConnectionSpec>, IEquatable<BigQueryConnectionSpec>, IDeepCloneable<BigQueryConnectionSpec>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
BigQueryConnectionSpec()
public BigQueryConnectionSpec()
BigQueryConnectionSpec(BigQueryConnectionSpec)
public BigQueryConnectionSpec(BigQueryConnectionSpec other)
Parameter | |
---|---|
Name | Description |
other | BigQueryConnectionSpec |
Properties
CloudSql
public CloudSqlBigQueryConnectionSpec CloudSql { get; set; }
Specification for the BigQuery connection to a Cloud SQL instance.
Property Value | |
---|---|
Type | Description |
CloudSqlBigQueryConnectionSpec |
ConnectionSpecCase
public BigQueryConnectionSpec.ConnectionSpecOneofCase ConnectionSpecCase { get; }
Property Value | |
---|---|
Type | Description |
BigQueryConnectionSpec.ConnectionSpecOneofCase |
ConnectionType
public BigQueryConnectionSpec.Types.ConnectionType ConnectionType { get; set; }
The type of the BigQuery connection.
Property Value | |
---|---|
Type | Description |
BigQueryConnectionSpec.Types.ConnectionType |
HasCredential
public bool HasCredential { get; set; }
True if there are credentials attached to the BigQuery connection; false otherwise.
Property Value | |
---|---|
Type | Description |
Boolean |