Skip to content

Commit 3a64fcc

Browse files
feat: Automated regeneration of DataMigration client (googleapis#13096)
Auto-created at 2025-03-05 13:16:45 +0000 using the toys pull request generator.
1 parent 4aaae02 commit 3a64fcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/data_migration/lib/google_api/data_migration/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.DataMigration.V1 do
2020
API client metadata for GoogleApi.DataMigration.V1.
2121
"""
2222

23-
@discovery_revision "20250217"
23+
@discovery_revision "20250226"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/data_migration/lib/google_api/data_migration/v1/model/entity_ddl.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.DataMigration.V1.Model.EntityDdl do
2222
## Attributes
2323
2424
* `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+
* `ddlKind` (*type:* `String.t`, *default:* `nil`) - The DDL Kind selected for apply, or UNSPECIFIED if the entity wasn't converted yet.
2626
* `ddlType` (*type:* `String.t`, *default:* `nil`) - Type of DDL (Create, Alter).
2727
* `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.
2828
* `entity` (*type:* `String.t`, *default:* `nil`) - The name of the database entity the ddl refers to.

0 commit comments

Comments
 (0)