google_api_big_query_connection v0.3.0 GoogleApi.BigQueryConnection.V1beta1.Model.Connection View Source

Configuration parameters to establish connection with an external data source, except the credential attributes.

Attributes

  • cloudSql (type: GoogleApi.BigQueryConnection.V1beta1.Model.CloudSqlProperties.t, default: nil) - Cloud SQL properties.
  • creationTime (type: String.t, default: nil) - Output only. The creation timestamp of the connection.
  • description (type: String.t, default: nil) - User provided description.
  • friendlyName (type: String.t, default: nil) - User provided display name for the connection.
  • hasCredential (type: boolean(), default: nil) - Output only. True, if credential is configured for this connection.
  • lastModifiedTime (type: String.t, default: nil) - Output only. The last update timestamp of the connection.
  • name (type: String.t, default: nil) - The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/connections/{connection_id}

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.BigQueryConnection.V1beta1.Model.Connection{
  cloudSql: GoogleApi.BigQueryConnection.V1beta1.Model.CloudSqlProperties.t(),
  creationTime: String.t(),
  description: String.t(),
  friendlyName: String.t(),
  hasCredential: boolean(),
  lastModifiedTime: String.t(),
  name: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.