Skip to content

Commit 7e319cc

Browse files
feat: Automated regeneration of DataMigration client (googleapis#12864)
Auto-created at 2025-01-24 13:14:46 +0000 using the toys pull request generator.
1 parent 78804bc commit 7e319cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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 "20241231"
23+
@discovery_revision "20250115"
2424

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defmodule GoogleApi.DataMigration.V1.Model.ColumnEntity do
2727
* `charset` (*type:* `String.t`, *default:* `nil`) - Charset override - instead of table level charset.
2828
* `collation` (*type:* `String.t`, *default:* `nil`) - Collation override - instead of table level collation.
2929
* `comment` (*type:* `String.t`, *default:* `nil`) - Comment associated with the column.
30+
* `computed` (*type:* `boolean()`, *default:* `nil`) - Is the column a computed column.
3031
* `customFeatures` (*type:* `map()`, *default:* `nil`) - Custom engine specific features.
3132
* `dataType` (*type:* `String.t`, *default:* `nil`) - Column data type.
3233
* `defaultValue` (*type:* `String.t`, *default:* `nil`) - Default value of the column.
@@ -50,6 +51,7 @@ defmodule GoogleApi.DataMigration.V1.Model.ColumnEntity do
5051
:charset => String.t() | nil,
5152
:collation => String.t() | nil,
5253
:comment => String.t() | nil,
54+
:computed => boolean() | nil,
5355
:customFeatures => map() | nil,
5456
:dataType => String.t() | nil,
5557
:defaultValue => String.t() | nil,
@@ -70,6 +72,7 @@ defmodule GoogleApi.DataMigration.V1.Model.ColumnEntity do
7072
field(:charset)
7173
field(:collation)
7274
field(:comment)
75+
field(:computed)
7376
field(:customFeatures, type: :map)
7477
field(:dataType)
7578
field(:defaultValue)

0 commit comments

Comments
 (0)