Skip to content

Commit 9902fac

Browse files
feat: Automated regeneration of datamigration v1 client (googleapis#21471)
Auto-created at 2025-01-26 09:59:18 +0000 using the toys pull request generator.
1 parent 9200062 commit 9902fac

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-datamigration_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

generated/google-apis-datamigration_v1/lib/google/apis/datamigration_v1/classes.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

generated/google-apis-datamigration_v1/lib/google/apis/datamigration_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2828
end

generated/google-apis-datamigration_v1/lib/google/apis/datamigration_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)