You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/data_migration/lib/google_api/data_migration/v1/model/entity_ddl.ex
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ defmodule GoogleApi.DataMigration.V1.Model.EntityDdl do
22
22
## Attributes
23
23
24
24
* `ddl` (*type:* `String.t`, *default:* `nil`) - The actual ddl code.
25
+
* `ddlKind` (*type:* `String.t`, *default:* `nil`) - The DDL Kind selected for apply, or SOURCE if getting the source tree.
25
26
* `ddlType` (*type:* `String.t`, *default:* `nil`) - Type of DDL (Create, Alter).
27
+
* `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.
26
28
* `entity` (*type:* `String.t`, *default:* `nil`) - The name of the database entity the ddl refers to.
27
29
* `entityType` (*type:* `String.t`, *default:* `nil`) - The entity type (if the DDL is for a sub entity).
28
30
* `issueId` (*type:* `list(String.t)`, *default:* `nil`) - EntityIssues found for this ddl.
@@ -32,14 +34,18 @@ defmodule GoogleApi.DataMigration.V1.Model.EntityDdl do
0 commit comments