Class GoogleCloudDatacatalogV1DataSourceConnectionSpec
Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTION
type. Only one of internal specs can be set at the time, and cannot be changed later.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1DataSourceConnectionSpec : IDirectResponseSchema
Properties
BigqueryConnectionSpec
Output only. Fields specific to BigQuery connections.
Declaration
[JsonProperty("bigqueryConnectionSpec")]
public virtual GoogleCloudDatacatalogV1BigQueryConnectionSpec BigqueryConnectionSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1BigQueryConnectionSpec |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |