Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudDatacatalogV1DataSourceConnectionSpec
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX