public sealed class BigQueryConnectionSpec : IMessage<BigQueryConnectionSpec>, IEquatable<BigQueryConnectionSpec>, IDeepCloneable<BigQueryConnectionSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class BigQueryConnectionSpec.
Specification for the BigQuery connection.
Implements
IMessageBigQueryConnectionSpec, IEquatableBigQueryConnectionSpec, IDeepCloneableBigQueryConnectionSpec, 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 |
BigQueryConnectionSpecConnectionSpecOneofCase |
ConnectionType
public BigQueryConnectionSpec.Types.ConnectionType ConnectionType { get; set; }
The type of the BigQuery connection.
Property Value | |
---|---|
Type | Description |
BigQueryConnectionSpecTypesConnectionType |
HasCredential
public bool HasCredential { get; set; }
True if there are credentials attached to the BigQuery connection; false otherwise.
Property Value | |
---|---|
Type | Description |
bool |