Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1BigQueryConnectionSpec

Specification for the BigQuery connection.

Inheritance
object
GoogleCloudDatacatalogV1BigQueryConnectionSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX