google_api_big_query_connection v0.4.0 GoogleApi.BigQueryConnection.V1beta1.Model.CloudSqlProperties View Source

Connection properties specific to the Cloud SQL.

Attributes

  • credential (type: GoogleApi.BigQueryConnection.V1beta1.Model.CloudSqlCredential.t, default: nil) - Input only. Cloud SQL credential.
  • database (type: String.t, default: nil) - Database name.
  • instanceId (type: String.t, default: nil) - Cloud SQL instance ID in the form project:location:instance.
  • type (type: String.t, default: nil) - Type of the Cloud SQL database.

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.CloudSqlProperties{
  credential: GoogleApi.BigQueryConnection.V1beta1.Model.CloudSqlCredential.t(),
  database: String.t(),
  instanceId: String.t(),
  type: 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.