Data Catalog v1 API - Class BigQueryConnectionSpec (2.11.0)

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.

Inheritance

object > BigQueryConnectionSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

BigQueryConnectionSpec()

public BigQueryConnectionSpec()

BigQueryConnectionSpec(BigQueryConnectionSpec)

public BigQueryConnectionSpec(BigQueryConnectionSpec other)
Parameter
NameDescription
otherBigQueryConnectionSpec

Properties

CloudSql

public CloudSqlBigQueryConnectionSpec CloudSql { get; set; }

Specification for the BigQuery connection to a Cloud SQL instance.

Property Value
TypeDescription
CloudSqlBigQueryConnectionSpec

ConnectionSpecCase

public BigQueryConnectionSpec.ConnectionSpecOneofCase ConnectionSpecCase { get; }
Property Value
TypeDescription
BigQueryConnectionSpecConnectionSpecOneofCase

ConnectionType

public BigQueryConnectionSpec.Types.ConnectionType ConnectionType { get; set; }

The type of the BigQuery connection.

Property Value
TypeDescription
BigQueryConnectionSpecTypesConnectionType

HasCredential

public bool HasCredential { get; set; }

True if there are credentials attached to the BigQuery connection; false otherwise.

Property Value
TypeDescription
bool