Class Connection
Configuration parameters to establish connection with an external data source, except the credential attributes.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1beta1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1beta1.dll
Syntax
public class Connection : IDirectResponseSchema
Properties
CloudSql
Cloud SQL properties.
Declaration
[JsonProperty("cloudSql")]
public virtual CloudSqlProperties CloudSql { get; set; }
Property Value
Type | Description |
---|---|
CloudSqlProperties |
CreationTime
Output only. The creation timestamp of the connection.
Declaration
[JsonProperty("creationTime")]
public virtual long? CreationTime { get; set; }
Property Value
Type | Description |
---|---|
long? |
Description
User provided description.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
FriendlyName
User provided display name for the connection.
Declaration
[JsonProperty("friendlyName")]
public virtual string FriendlyName { get; set; }
Property Value
Type | Description |
---|---|
string |
HasCredential
Output only. True, if credential is configured for this connection.
Declaration
[JsonProperty("hasCredential")]
public virtual bool? HasCredential { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LastModifiedTime
Output only. The last update timestamp of the connection.
Declaration
[JsonProperty("lastModifiedTime")]
public virtual long? LastModifiedTime { get; set; }
Property Value
Type | Description |
---|---|
long? |
Name
The resource name of the connection in the form of:
projects/{project_id}/locations/{location_id}/connections/{connection_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |