GoogleApi.DataMigration.V1.Model.EntityDdl (google_api_data_migration v0.22.0)

View Source

A single DDL statement for a specific entity

Attributes

  • ddl (type: String.t, default: nil) - The actual ddl code.
  • ddlKind (type: String.t, default: nil) - The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted yet.
  • ddlType (type: String.t, default: nil) - Type of DDL (Create, Alter).
  • editedDdlKind (type: String.t, default: nil) - If ddl_kind is USER_EDIT, this holds the DDL kind of the original content - DETERMINISTIC or AI. Otherwise, this is DDL_KIND_UNSPECIFIED.
  • entity (type: String.t, default: nil) - The name of the database entity the ddl refers to.
  • entityType (type: String.t, default: nil) - The entity type (if the DDL is for a sub entity).
  • issueId (type: list(String.t), default: nil) - EntityIssues found for this ddl.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.EntityDdl{
  ddl: String.t() | nil,
  ddlKind: String.t() | nil,
  ddlType: String.t() | nil,
  editedDdlKind: String.t() | nil,
  entity: String.t() | nil,
  entityType: String.t() | nil,
  issueId: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.