GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SqlDatabaseSystemSpec (google_api_data_catalog v0.32.2)

View Source

Specification that applies to entries that are part SQL_DATABASE system (user_specified_type)

Attributes

  • databaseVersion (type: String.t, default: nil) - Version of the database engine.
  • instanceHost (type: String.t, default: nil) - Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.
  • sqlEngine (type: String.t, default: nil) - SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SqlDatabaseSystemSpec{
    databaseVersion: String.t() | nil,
    instanceHost: String.t() | nil,
    sqlEngine: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.