Class GoogleCloudDatacatalogV1BigQueryConnectionSpec
Specification for the BigQuery connection.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1BigQueryConnectionSpec : IDirectResponseSchema
Properties
CloudSql
Specification for the BigQuery connection to a Cloud SQL instance.
Declaration
[JsonProperty("cloudSql")]
public virtual GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec CloudSql { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec |
ConnectionType
The type of the BigQuery connection.
Declaration
[JsonProperty("connectionType")]
public virtual string ConnectionType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HasCredential
True if there are credentials attached to the BigQuery connection; false otherwise.
Declaration
[JsonProperty("hasCredential")]
public virtual bool? HasCredential { get; set; }
Property Value
Type | Description |
---|---|
bool? |