File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed
generated/google-apis-datamigration_v1
lib/google/apis/datamigration_v1 Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -139515,6 +139515,7 @@
139515139515"/datamigration:v1/ColumnEntity/charset": charset
139516139516"/datamigration:v1/ColumnEntity/collation": collation
139517139517"/datamigration:v1/ColumnEntity/comment": comment
139518+ "/datamigration:v1/ColumnEntity/computed": computed
139518139519"/datamigration:v1/ColumnEntity/customFeatures": custom_features
139519139520"/datamigration:v1/ColumnEntity/customFeatures/custom_feature": custom_feature
139520139521"/datamigration:v1/ColumnEntity/dataType": data_type
Original file line number Diff line number Diff line change 11# Release history for google-apis-datamigration_v1
22
3+ ### v0.69.0 (2025-01-26)
4+
5+ * Regenerated from discovery document revision 20250115
6+ * Regenerated using generator version 0.16.0
7+
38### v0.68.0 (2025-01-08)
49
510* Regenerated from discovery document revision 20241231
Original file line number Diff line number Diff line change @@ -782,6 +782,12 @@ class ColumnEntity
782782 # @return [String]
783783 attr_accessor :comment
784784
785+ # Is the column a computed column.
786+ # Corresponds to the JSON property `computed`
787+ # @return [Boolean]
788+ attr_accessor :computed
789+ alias_method :computed? , :computed
790+
785791 # Custom engine specific features.
786792 # Corresponds to the JSON property `customFeatures`
787793 # @return [Hash<String,Object>]
@@ -857,6 +863,7 @@ def update!(**args)
857863 @charset = args [ :charset ] if args . key? ( :charset )
858864 @collation = args [ :collation ] if args . key? ( :collation )
859865 @comment = args [ :comment ] if args . key? ( :comment )
866+ @computed = args [ :computed ] if args . key? ( :computed )
860867 @custom_features = args [ :custom_features ] if args . key? ( :custom_features )
861868 @data_type = args [ :data_type ] if args . key? ( :data_type )
862869 @default_value = args [ :default_value ] if args . key? ( :default_value )
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module DatamigrationV1
1818 # Version of the google-apis-datamigration_v1 gem
19- GEM_VERSION = "0.68 .0"
19+ GEM_VERSION = "0.69 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.15.1 "
22+ GENERATOR_VERSION = "0.16.0 "
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20241231 "
25+ REVISION = "20250115 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -1094,6 +1094,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
10941094 property :charset , as : 'charset'
10951095 property :collation , as : 'collation'
10961096 property :comment , as : 'comment'
1097+ property :computed , as : 'computed'
10971098 hash :custom_features , as : 'customFeatures'
10981099 property :data_type , as : 'dataType'
10991100 property :default_value , as : 'defaultValue'
You can’t perform that action at this time.
0 commit comments