Skip to content

Commit ce24501

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - schemas.ColumnEntity.properties.computed.type (Total Keys: 1)
1 parent 2fb0ea9 commit ce24501

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/datamigration_v1.projects.locations.conversionWorkspaces.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ <h3>Method Details</h3>
570570
&quot;charset&quot;: &quot;A String&quot;, # Charset override - instead of table level charset.
571571
&quot;collation&quot;: &quot;A String&quot;, # Collation override - instead of table level collation.
572572
&quot;comment&quot;: &quot;A String&quot;, # Comment associated with the column.
573+
&quot;computed&quot;: True or False, # Is the column a computed column.
573574
&quot;customFeatures&quot;: { # Custom engine specific features.
574575
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
575576
},

googleapiclient/discovery_cache/documents/datamigration.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@
23322332
}
23332333
}
23342334
},
2335-
"revision": "20241231",
2335+
"revision": "20250115",
23362336
"rootUrl": "https://datamigration.googleapis.com/",
23372337
"schemas": {
23382338
"AlloyDbConnectionProfile": {
@@ -2897,6 +2897,10 @@
28972897
"description": "Comment associated with the column.",
28982898
"type": "string"
28992899
},
2900+
"computed": {
2901+
"description": "Is the column a computed column.",
2902+
"type": "boolean"
2903+
},
29002904
"customFeatures": {
29012905
"additionalProperties": {
29022906
"description": "Properties of the object.",

0 commit comments

Comments
 (0)