google-apis-datamigration_v1 0.38.0 → 0.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datamigration_v1/classes.rb +1327 -40
- data/lib/google/apis/datamigration_v1/gem_version.rb +2 -2
- data/lib/google/apis/datamigration_v1/representations.rb +510 -0
- data/lib/google/apis/datamigration_v1/service.rb +177 -19
- metadata +3 -3
@@ -40,12 +40,24 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class ApplyHash
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
43
49
|
class ApplyJobDetails
|
44
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
51
|
|
46
52
|
include Google::Apis::Core::JsonObjectSupport
|
47
53
|
end
|
48
54
|
|
55
|
+
class AssignSpecificValue
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
49
61
|
class AuditConfig
|
50
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
63
|
|
@@ -100,6 +112,12 @@ module Google
|
|
100
112
|
include Google::Apis::Core::JsonObjectSupport
|
101
113
|
end
|
102
114
|
|
115
|
+
class ConditionalColumnSetValue
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
103
121
|
class ConnectionProfile
|
104
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
123
|
|
@@ -136,6 +154,12 @@ module Google
|
|
136
154
|
include Google::Apis::Core::JsonObjectSupport
|
137
155
|
end
|
138
156
|
|
157
|
+
class ConvertRowIdToColumn
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
139
163
|
class DatabaseEngineInfo
|
140
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
165
|
|
@@ -148,6 +172,12 @@ module Google
|
|
148
172
|
include Google::Apis::Core::JsonObjectSupport
|
149
173
|
end
|
150
174
|
|
175
|
+
class DatabaseInstanceEntity
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
151
181
|
class DatabaseType
|
152
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
183
|
|
@@ -166,6 +196,12 @@ module Google
|
|
166
196
|
include Google::Apis::Core::JsonObjectSupport
|
167
197
|
end
|
168
198
|
|
199
|
+
class DoubleComparisonFilter
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
169
205
|
class DumpFlag
|
170
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
207
|
|
@@ -190,6 +226,18 @@ module Google
|
|
190
226
|
include Google::Apis::Core::JsonObjectSupport
|
191
227
|
end
|
192
228
|
|
229
|
+
class EntityDdl
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class EntityIssue
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
193
241
|
class EntityMapping
|
194
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
243
|
|
@@ -202,6 +250,12 @@ module Google
|
|
202
250
|
include Google::Apis::Core::JsonObjectSupport
|
203
251
|
end
|
204
252
|
|
253
|
+
class EntityMove
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
205
259
|
class Expr
|
206
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
261
|
|
@@ -214,6 +268,12 @@ module Google
|
|
214
268
|
include Google::Apis::Core::JsonObjectSupport
|
215
269
|
end
|
216
270
|
|
271
|
+
class FilterTableColumns
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
217
277
|
class ForwardSshTunnelConnectivity
|
218
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
279
|
|
@@ -262,6 +322,12 @@ module Google
|
|
262
322
|
include Google::Apis::Core::JsonObjectSupport
|
263
323
|
end
|
264
324
|
|
325
|
+
class IntComparisonFilter
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
265
331
|
class ListConnectionProfilesResponse
|
266
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
333
|
|
@@ -280,6 +346,12 @@ module Google
|
|
280
346
|
include Google::Apis::Core::JsonObjectSupport
|
281
347
|
end
|
282
348
|
|
349
|
+
class ListMappingRulesResponse
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
283
355
|
class ListMigrationJobsResponse
|
284
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
357
|
|
@@ -310,6 +382,24 @@ module Google
|
|
310
382
|
include Google::Apis::Core::JsonObjectSupport
|
311
383
|
end
|
312
384
|
|
385
|
+
class MappingRule
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class MappingRuleFilter
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class MaterializedViewEntity
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
313
403
|
class MigrationJob
|
314
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
405
|
|
@@ -322,6 +412,18 @@ module Google
|
|
322
412
|
include Google::Apis::Core::JsonObjectSupport
|
323
413
|
end
|
324
414
|
|
415
|
+
class MultiColumnDatatypeChange
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class MultiEntityRename
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
325
427
|
class MySqlConnectionProfile
|
326
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
429
|
|
@@ -352,6 +454,12 @@ module Google
|
|
352
454
|
include Google::Apis::Core::JsonObjectSupport
|
353
455
|
end
|
354
456
|
|
457
|
+
class Position
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
355
463
|
class PostgreSqlConnectionProfile
|
356
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
465
|
|
@@ -412,6 +520,12 @@ module Google
|
|
412
520
|
include Google::Apis::Core::JsonObjectSupport
|
413
521
|
end
|
414
522
|
|
523
|
+
class RoundToScale
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
415
529
|
class RulesFile
|
416
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
531
|
|
@@ -454,6 +568,48 @@ module Google
|
|
454
568
|
include Google::Apis::Core::JsonObjectSupport
|
455
569
|
end
|
456
570
|
|
571
|
+
class SetTablePrimaryKey
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class SingleColumnChange
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class SingleEntityRename
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class SinglePackageChange
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class SourceNumericFilter
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class SourceSqlChange
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class SourceTextFilter
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
457
613
|
class SqlAclEntry
|
458
614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
615
|
|
@@ -550,12 +706,30 @@ module Google
|
|
550
706
|
include Google::Apis::Core::JsonObjectSupport
|
551
707
|
end
|
552
708
|
|
709
|
+
class UdtEntity
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
553
715
|
class UserPassword
|
554
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
717
|
|
556
718
|
include Google::Apis::Core::JsonObjectSupport
|
557
719
|
end
|
558
720
|
|
721
|
+
class ValueListFilter
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
727
|
+
class ValueTransformation
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
559
733
|
class VerifyMigrationJobRequest
|
560
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
735
|
|
@@ -618,11 +792,21 @@ module Google
|
|
618
792
|
class ApplyConversionWorkspaceRequest
|
619
793
|
# @private
|
620
794
|
class Representation < Google::Apis::Core::JsonRepresentation
|
795
|
+
property :auto_commit, as: 'autoCommit'
|
621
796
|
property :connection_profile, as: 'connectionProfile'
|
797
|
+
property :dry_run, as: 'dryRun'
|
622
798
|
property :filter, as: 'filter'
|
623
799
|
end
|
624
800
|
end
|
625
801
|
|
802
|
+
class ApplyHash
|
803
|
+
# @private
|
804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
805
|
+
property :uuid_from_bytes, as: 'uuidFromBytes', class: Google::Apis::DatamigrationV1::Empty, decorator: Google::Apis::DatamigrationV1::Empty::Representation
|
806
|
+
|
807
|
+
end
|
808
|
+
end
|
809
|
+
|
626
810
|
class ApplyJobDetails
|
627
811
|
# @private
|
628
812
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -631,6 +815,13 @@ module Google
|
|
631
815
|
end
|
632
816
|
end
|
633
817
|
|
818
|
+
class AssignSpecificValue
|
819
|
+
# @private
|
820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
821
|
+
property :value, as: 'value'
|
822
|
+
end
|
823
|
+
end
|
824
|
+
|
634
825
|
class AuditConfig
|
635
826
|
# @private
|
636
827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -754,6 +945,19 @@ module Google
|
|
754
945
|
end
|
755
946
|
end
|
756
947
|
|
948
|
+
class ConditionalColumnSetValue
|
949
|
+
# @private
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
951
|
+
hash :custom_features, as: 'customFeatures'
|
952
|
+
property :source_numeric_filter, as: 'sourceNumericFilter', class: Google::Apis::DatamigrationV1::SourceNumericFilter, decorator: Google::Apis::DatamigrationV1::SourceNumericFilter::Representation
|
953
|
+
|
954
|
+
property :source_text_filter, as: 'sourceTextFilter', class: Google::Apis::DatamigrationV1::SourceTextFilter, decorator: Google::Apis::DatamigrationV1::SourceTextFilter::Representation
|
955
|
+
|
956
|
+
property :value_transformation, as: 'valueTransformation', class: Google::Apis::DatamigrationV1::ValueTransformation, decorator: Google::Apis::DatamigrationV1::ValueTransformation::Representation
|
957
|
+
|
958
|
+
end
|
959
|
+
end
|
960
|
+
|
757
961
|
class ConnectionProfile
|
758
962
|
# @private
|
759
963
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -822,6 +1026,7 @@ module Google
|
|
822
1026
|
# @private
|
823
1027
|
class Representation < Google::Apis::Core::JsonRepresentation
|
824
1028
|
property :auto_commit, as: 'autoCommit'
|
1029
|
+
property :convert_full_path, as: 'convertFullPath'
|
825
1030
|
property :filter, as: 'filter'
|
826
1031
|
end
|
827
1032
|
end
|
@@ -833,6 +1038,13 @@ module Google
|
|
833
1038
|
end
|
834
1039
|
end
|
835
1040
|
|
1041
|
+
class ConvertRowIdToColumn
|
1042
|
+
# @private
|
1043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1044
|
+
property :only_if_no_primary_key, as: 'onlyIfNoPrimaryKey'
|
1045
|
+
end
|
1046
|
+
end
|
1047
|
+
|
836
1048
|
class DatabaseEngineInfo
|
837
1049
|
# @private
|
838
1050
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -844,13 +1056,21 @@ module Google
|
|
844
1056
|
class DatabaseEntity
|
845
1057
|
# @private
|
846
1058
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1059
|
+
property :database, as: 'database', class: Google::Apis::DatamigrationV1::DatabaseInstanceEntity, decorator: Google::Apis::DatamigrationV1::DatabaseInstanceEntity::Representation
|
1060
|
+
|
847
1061
|
property :database_function, as: 'databaseFunction', class: Google::Apis::DatamigrationV1::FunctionEntity, decorator: Google::Apis::DatamigrationV1::FunctionEntity::Representation
|
848
1062
|
|
849
1063
|
property :database_package, as: 'databasePackage', class: Google::Apis::DatamigrationV1::PackageEntity, decorator: Google::Apis::DatamigrationV1::PackageEntity::Representation
|
850
1064
|
|
1065
|
+
collection :entity_ddl, as: 'entityDdl', class: Google::Apis::DatamigrationV1::EntityDdl, decorator: Google::Apis::DatamigrationV1::EntityDdl::Representation
|
1066
|
+
|
851
1067
|
property :entity_type, as: 'entityType'
|
1068
|
+
collection :issues, as: 'issues', class: Google::Apis::DatamigrationV1::EntityIssue, decorator: Google::Apis::DatamigrationV1::EntityIssue::Representation
|
1069
|
+
|
852
1070
|
collection :mappings, as: 'mappings', class: Google::Apis::DatamigrationV1::EntityMapping, decorator: Google::Apis::DatamigrationV1::EntityMapping::Representation
|
853
1071
|
|
1072
|
+
property :materialized_view, as: 'materializedView', class: Google::Apis::DatamigrationV1::MaterializedViewEntity, decorator: Google::Apis::DatamigrationV1::MaterializedViewEntity::Representation
|
1073
|
+
|
854
1074
|
property :parent_entity, as: 'parentEntity'
|
855
1075
|
property :schema, as: 'schema', class: Google::Apis::DatamigrationV1::SchemaEntity, decorator: Google::Apis::DatamigrationV1::SchemaEntity::Representation
|
856
1076
|
|
@@ -864,11 +1084,20 @@ module Google
|
|
864
1084
|
property :table, as: 'table', class: Google::Apis::DatamigrationV1::TableEntity, decorator: Google::Apis::DatamigrationV1::TableEntity::Representation
|
865
1085
|
|
866
1086
|
property :tree, as: 'tree'
|
1087
|
+
property :udt, as: 'udt', class: Google::Apis::DatamigrationV1::UdtEntity, decorator: Google::Apis::DatamigrationV1::UdtEntity::Representation
|
1088
|
+
|
867
1089
|
property :view, as: 'view', class: Google::Apis::DatamigrationV1::ViewEntity, decorator: Google::Apis::DatamigrationV1::ViewEntity::Representation
|
868
1090
|
|
869
1091
|
end
|
870
1092
|
end
|
871
1093
|
|
1094
|
+
class DatabaseInstanceEntity
|
1095
|
+
# @private
|
1096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1097
|
+
hash :custom_features, as: 'customFeatures'
|
1098
|
+
end
|
1099
|
+
end
|
1100
|
+
|
872
1101
|
class DatabaseType
|
873
1102
|
# @private
|
874
1103
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -894,6 +1123,14 @@ module Google
|
|
894
1123
|
end
|
895
1124
|
end
|
896
1125
|
|
1126
|
+
class DoubleComparisonFilter
|
1127
|
+
# @private
|
1128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1129
|
+
property :value, as: 'value'
|
1130
|
+
property :value_comparison, as: 'valueComparison'
|
1131
|
+
end
|
1132
|
+
end
|
1133
|
+
|
897
1134
|
class DumpFlag
|
898
1135
|
# @private
|
899
1136
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -923,6 +1160,32 @@ module Google
|
|
923
1160
|
end
|
924
1161
|
end
|
925
1162
|
|
1163
|
+
class EntityDdl
|
1164
|
+
# @private
|
1165
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1166
|
+
property :ddl, as: 'ddl'
|
1167
|
+
property :ddl_type, as: 'ddlType'
|
1168
|
+
property :entity, as: 'entity'
|
1169
|
+
property :entity_type, as: 'entityType'
|
1170
|
+
collection :issue_id, as: 'issueId'
|
1171
|
+
end
|
1172
|
+
end
|
1173
|
+
|
1174
|
+
class EntityIssue
|
1175
|
+
# @private
|
1176
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1177
|
+
property :code, as: 'code'
|
1178
|
+
property :ddl, as: 'ddl'
|
1179
|
+
property :entity_type, as: 'entityType'
|
1180
|
+
property :id, as: 'id'
|
1181
|
+
property :message, as: 'message'
|
1182
|
+
property :position, as: 'position', class: Google::Apis::DatamigrationV1::Position, decorator: Google::Apis::DatamigrationV1::Position::Representation
|
1183
|
+
|
1184
|
+
property :severity, as: 'severity'
|
1185
|
+
property :type, as: 'type'
|
1186
|
+
end
|
1187
|
+
end
|
1188
|
+
|
926
1189
|
class EntityMapping
|
927
1190
|
# @private
|
928
1191
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -944,6 +1207,13 @@ module Google
|
|
944
1207
|
end
|
945
1208
|
end
|
946
1209
|
|
1210
|
+
class EntityMove
|
1211
|
+
# @private
|
1212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1213
|
+
property :new_schema, as: 'newSchema'
|
1214
|
+
end
|
1215
|
+
end
|
1216
|
+
|
947
1217
|
class Expr
|
948
1218
|
# @private
|
949
1219
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -962,6 +1232,14 @@ module Google
|
|
962
1232
|
end
|
963
1233
|
end
|
964
1234
|
|
1235
|
+
class FilterTableColumns
|
1236
|
+
# @private
|
1237
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1238
|
+
collection :exclude_columns, as: 'excludeColumns'
|
1239
|
+
collection :include_columns, as: 'includeColumns'
|
1240
|
+
end
|
1241
|
+
end
|
1242
|
+
|
965
1243
|
class ForwardSshTunnelConnectivity
|
966
1244
|
# @private
|
967
1245
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1045,6 +1323,14 @@ module Google
|
|
1045
1323
|
end
|
1046
1324
|
end
|
1047
1325
|
|
1326
|
+
class IntComparisonFilter
|
1327
|
+
# @private
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1329
|
+
property :value, :numeric_string => true, as: 'value'
|
1330
|
+
property :value_comparison, as: 'valueComparison'
|
1331
|
+
end
|
1332
|
+
end
|
1333
|
+
|
1048
1334
|
class ListConnectionProfilesResponse
|
1049
1335
|
# @private
|
1050
1336
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1074,6 +1360,15 @@ module Google
|
|
1074
1360
|
end
|
1075
1361
|
end
|
1076
1362
|
|
1363
|
+
class ListMappingRulesResponse
|
1364
|
+
# @private
|
1365
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1366
|
+
collection :mapping_rules, as: 'mappingRules', class: Google::Apis::DatamigrationV1::MappingRule, decorator: Google::Apis::DatamigrationV1::MappingRule::Representation
|
1367
|
+
|
1368
|
+
property :next_page_token, as: 'nextPageToken'
|
1369
|
+
end
|
1370
|
+
end
|
1371
|
+
|
1077
1372
|
class ListMigrationJobsResponse
|
1078
1373
|
# @private
|
1079
1374
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1121,6 +1416,62 @@ module Google
|
|
1121
1416
|
end
|
1122
1417
|
end
|
1123
1418
|
|
1419
|
+
class MappingRule
|
1420
|
+
# @private
|
1421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1422
|
+
property :conditional_column_set_value, as: 'conditionalColumnSetValue', class: Google::Apis::DatamigrationV1::ConditionalColumnSetValue, decorator: Google::Apis::DatamigrationV1::ConditionalColumnSetValue::Representation
|
1423
|
+
|
1424
|
+
property :convert_rowid_column, as: 'convertRowidColumn', class: Google::Apis::DatamigrationV1::ConvertRowIdToColumn, decorator: Google::Apis::DatamigrationV1::ConvertRowIdToColumn::Representation
|
1425
|
+
|
1426
|
+
property :display_name, as: 'displayName'
|
1427
|
+
property :entity_move, as: 'entityMove', class: Google::Apis::DatamigrationV1::EntityMove, decorator: Google::Apis::DatamigrationV1::EntityMove::Representation
|
1428
|
+
|
1429
|
+
property :filter, as: 'filter', class: Google::Apis::DatamigrationV1::MappingRuleFilter, decorator: Google::Apis::DatamigrationV1::MappingRuleFilter::Representation
|
1430
|
+
|
1431
|
+
property :filter_table_columns, as: 'filterTableColumns', class: Google::Apis::DatamigrationV1::FilterTableColumns, decorator: Google::Apis::DatamigrationV1::FilterTableColumns::Representation
|
1432
|
+
|
1433
|
+
property :multi_column_data_type_change, as: 'multiColumnDataTypeChange', class: Google::Apis::DatamigrationV1::MultiColumnDatatypeChange, decorator: Google::Apis::DatamigrationV1::MultiColumnDatatypeChange::Representation
|
1434
|
+
|
1435
|
+
property :multi_entity_rename, as: 'multiEntityRename', class: Google::Apis::DatamigrationV1::MultiEntityRename, decorator: Google::Apis::DatamigrationV1::MultiEntityRename::Representation
|
1436
|
+
|
1437
|
+
property :name, as: 'name'
|
1438
|
+
property :revision_create_time, as: 'revisionCreateTime'
|
1439
|
+
property :revision_id, as: 'revisionId'
|
1440
|
+
property :rule_order, :numeric_string => true, as: 'ruleOrder'
|
1441
|
+
property :rule_scope, as: 'ruleScope'
|
1442
|
+
property :set_table_primary_key, as: 'setTablePrimaryKey', class: Google::Apis::DatamigrationV1::SetTablePrimaryKey, decorator: Google::Apis::DatamigrationV1::SetTablePrimaryKey::Representation
|
1443
|
+
|
1444
|
+
property :single_column_change, as: 'singleColumnChange', class: Google::Apis::DatamigrationV1::SingleColumnChange, decorator: Google::Apis::DatamigrationV1::SingleColumnChange::Representation
|
1445
|
+
|
1446
|
+
property :single_entity_rename, as: 'singleEntityRename', class: Google::Apis::DatamigrationV1::SingleEntityRename, decorator: Google::Apis::DatamigrationV1::SingleEntityRename::Representation
|
1447
|
+
|
1448
|
+
property :single_package_change, as: 'singlePackageChange', class: Google::Apis::DatamigrationV1::SinglePackageChange, decorator: Google::Apis::DatamigrationV1::SinglePackageChange::Representation
|
1449
|
+
|
1450
|
+
property :source_sql_change, as: 'sourceSqlChange', class: Google::Apis::DatamigrationV1::SourceSqlChange, decorator: Google::Apis::DatamigrationV1::SourceSqlChange::Representation
|
1451
|
+
|
1452
|
+
property :state, as: 'state'
|
1453
|
+
end
|
1454
|
+
end
|
1455
|
+
|
1456
|
+
class MappingRuleFilter
|
1457
|
+
# @private
|
1458
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1459
|
+
collection :entities, as: 'entities'
|
1460
|
+
property :entity_name_contains, as: 'entityNameContains'
|
1461
|
+
property :entity_name_prefix, as: 'entityNamePrefix'
|
1462
|
+
property :entity_name_suffix, as: 'entityNameSuffix'
|
1463
|
+
property :parent_entity, as: 'parentEntity'
|
1464
|
+
end
|
1465
|
+
end
|
1466
|
+
|
1467
|
+
class MaterializedViewEntity
|
1468
|
+
# @private
|
1469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1470
|
+
hash :custom_features, as: 'customFeatures'
|
1471
|
+
property :sql_code, as: 'sqlCode'
|
1472
|
+
end
|
1473
|
+
end
|
1474
|
+
|
1124
1475
|
class MigrationJob
|
1125
1476
|
# @private
|
1126
1477
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1167,6 +1518,31 @@ module Google
|
|
1167
1518
|
end
|
1168
1519
|
end
|
1169
1520
|
|
1521
|
+
class MultiColumnDatatypeChange
|
1522
|
+
# @private
|
1523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1524
|
+
hash :custom_features, as: 'customFeatures'
|
1525
|
+
property :new_data_type, as: 'newDataType'
|
1526
|
+
property :override_fractional_seconds_precision, as: 'overrideFractionalSecondsPrecision'
|
1527
|
+
property :override_length, :numeric_string => true, as: 'overrideLength'
|
1528
|
+
property :override_precision, as: 'overridePrecision'
|
1529
|
+
property :override_scale, as: 'overrideScale'
|
1530
|
+
property :source_data_type_filter, as: 'sourceDataTypeFilter'
|
1531
|
+
property :source_numeric_filter, as: 'sourceNumericFilter', class: Google::Apis::DatamigrationV1::SourceNumericFilter, decorator: Google::Apis::DatamigrationV1::SourceNumericFilter::Representation
|
1532
|
+
|
1533
|
+
property :source_text_filter, as: 'sourceTextFilter', class: Google::Apis::DatamigrationV1::SourceTextFilter, decorator: Google::Apis::DatamigrationV1::SourceTextFilter::Representation
|
1534
|
+
|
1535
|
+
end
|
1536
|
+
end
|
1537
|
+
|
1538
|
+
class MultiEntityRename
|
1539
|
+
# @private
|
1540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1541
|
+
property :new_name_pattern, as: 'newNamePattern'
|
1542
|
+
property :source_name_transformation, as: 'sourceNameTransformation'
|
1543
|
+
end
|
1544
|
+
end
|
1545
|
+
|
1170
1546
|
class MySqlConnectionProfile
|
1171
1547
|
# @private
|
1172
1548
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1234,6 +1610,16 @@ module Google
|
|
1234
1610
|
end
|
1235
1611
|
end
|
1236
1612
|
|
1613
|
+
class Position
|
1614
|
+
# @private
|
1615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1616
|
+
property :column, as: 'column'
|
1617
|
+
property :length, as: 'length'
|
1618
|
+
property :line, as: 'line'
|
1619
|
+
property :offset, as: 'offset'
|
1620
|
+
end
|
1621
|
+
end
|
1622
|
+
|
1237
1623
|
class PostgreSqlConnectionProfile
|
1238
1624
|
# @private
|
1239
1625
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1329,6 +1715,13 @@ module Google
|
|
1329
1715
|
end
|
1330
1716
|
end
|
1331
1717
|
|
1718
|
+
class RoundToScale
|
1719
|
+
# @private
|
1720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1721
|
+
property :scale, as: 'scale'
|
1722
|
+
end
|
1723
|
+
end
|
1724
|
+
|
1332
1725
|
class RulesFile
|
1333
1726
|
# @private
|
1334
1727
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1390,6 +1783,76 @@ module Google
|
|
1390
1783
|
end
|
1391
1784
|
end
|
1392
1785
|
|
1786
|
+
class SetTablePrimaryKey
|
1787
|
+
# @private
|
1788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1789
|
+
property :primary_key, as: 'primaryKey'
|
1790
|
+
collection :primary_key_columns, as: 'primaryKeyColumns'
|
1791
|
+
end
|
1792
|
+
end
|
1793
|
+
|
1794
|
+
class SingleColumnChange
|
1795
|
+
# @private
|
1796
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1797
|
+
property :array, as: 'array'
|
1798
|
+
property :array_length, as: 'arrayLength'
|
1799
|
+
property :auto_generated, as: 'autoGenerated'
|
1800
|
+
property :charset, as: 'charset'
|
1801
|
+
property :collation, as: 'collation'
|
1802
|
+
property :comment, as: 'comment'
|
1803
|
+
hash :custom_features, as: 'customFeatures'
|
1804
|
+
property :data_type, as: 'dataType'
|
1805
|
+
property :fractional_seconds_precision, as: 'fractionalSecondsPrecision'
|
1806
|
+
property :length, :numeric_string => true, as: 'length'
|
1807
|
+
property :nullable, as: 'nullable'
|
1808
|
+
property :precision, as: 'precision'
|
1809
|
+
property :scale, as: 'scale'
|
1810
|
+
collection :set_values, as: 'setValues'
|
1811
|
+
property :udt, as: 'udt'
|
1812
|
+
end
|
1813
|
+
end
|
1814
|
+
|
1815
|
+
class SingleEntityRename
|
1816
|
+
# @private
|
1817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1818
|
+
property :new_name, as: 'newName'
|
1819
|
+
end
|
1820
|
+
end
|
1821
|
+
|
1822
|
+
class SinglePackageChange
|
1823
|
+
# @private
|
1824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1825
|
+
property :package_body, as: 'packageBody'
|
1826
|
+
property :package_description, as: 'packageDescription'
|
1827
|
+
end
|
1828
|
+
end
|
1829
|
+
|
1830
|
+
class SourceNumericFilter
|
1831
|
+
# @private
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1833
|
+
property :numeric_filter_option, as: 'numericFilterOption'
|
1834
|
+
property :source_max_precision_filter, as: 'sourceMaxPrecisionFilter'
|
1835
|
+
property :source_max_scale_filter, as: 'sourceMaxScaleFilter'
|
1836
|
+
property :source_min_precision_filter, as: 'sourceMinPrecisionFilter'
|
1837
|
+
property :source_min_scale_filter, as: 'sourceMinScaleFilter'
|
1838
|
+
end
|
1839
|
+
end
|
1840
|
+
|
1841
|
+
class SourceSqlChange
|
1842
|
+
# @private
|
1843
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1844
|
+
property :sql_code, as: 'sqlCode'
|
1845
|
+
end
|
1846
|
+
end
|
1847
|
+
|
1848
|
+
class SourceTextFilter
|
1849
|
+
# @private
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1851
|
+
property :source_max_length_filter, :numeric_string => true, as: 'sourceMaxLengthFilter'
|
1852
|
+
property :source_min_length_filter, :numeric_string => true, as: 'sourceMinLengthFilter'
|
1853
|
+
end
|
1854
|
+
end
|
1855
|
+
|
1393
1856
|
class SqlAclEntry
|
1394
1857
|
# @private
|
1395
1858
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1527,6 +1990,15 @@ module Google
|
|
1527
1990
|
end
|
1528
1991
|
end
|
1529
1992
|
|
1993
|
+
class UdtEntity
|
1994
|
+
# @private
|
1995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1996
|
+
hash :custom_features, as: 'customFeatures'
|
1997
|
+
property :udt_body, as: 'udtBody'
|
1998
|
+
property :udt_sql_code, as: 'udtSqlCode'
|
1999
|
+
end
|
2000
|
+
end
|
2001
|
+
|
1530
2002
|
class UserPassword
|
1531
2003
|
# @private
|
1532
2004
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1536,9 +2008,47 @@ module Google
|
|
1536
2008
|
end
|
1537
2009
|
end
|
1538
2010
|
|
2011
|
+
class ValueListFilter
|
2012
|
+
# @private
|
2013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2014
|
+
property :ignore_case, as: 'ignoreCase'
|
2015
|
+
property :value_present_list, as: 'valuePresentList'
|
2016
|
+
collection :values, as: 'values'
|
2017
|
+
end
|
2018
|
+
end
|
2019
|
+
|
2020
|
+
class ValueTransformation
|
2021
|
+
# @private
|
2022
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2023
|
+
property :apply_hash, as: 'applyHash', class: Google::Apis::DatamigrationV1::ApplyHash, decorator: Google::Apis::DatamigrationV1::ApplyHash::Representation
|
2024
|
+
|
2025
|
+
property :assign_max_value, as: 'assignMaxValue', class: Google::Apis::DatamigrationV1::Empty, decorator: Google::Apis::DatamigrationV1::Empty::Representation
|
2026
|
+
|
2027
|
+
property :assign_min_value, as: 'assignMinValue', class: Google::Apis::DatamigrationV1::Empty, decorator: Google::Apis::DatamigrationV1::Empty::Representation
|
2028
|
+
|
2029
|
+
property :assign_null, as: 'assignNull', class: Google::Apis::DatamigrationV1::Empty, decorator: Google::Apis::DatamigrationV1::Empty::Representation
|
2030
|
+
|
2031
|
+
property :assign_specific_value, as: 'assignSpecificValue', class: Google::Apis::DatamigrationV1::AssignSpecificValue, decorator: Google::Apis::DatamigrationV1::AssignSpecificValue::Representation
|
2032
|
+
|
2033
|
+
property :double_comparison, as: 'doubleComparison', class: Google::Apis::DatamigrationV1::DoubleComparisonFilter, decorator: Google::Apis::DatamigrationV1::DoubleComparisonFilter::Representation
|
2034
|
+
|
2035
|
+
property :int_comparison, as: 'intComparison', class: Google::Apis::DatamigrationV1::IntComparisonFilter, decorator: Google::Apis::DatamigrationV1::IntComparisonFilter::Representation
|
2036
|
+
|
2037
|
+
property :is_null, as: 'isNull', class: Google::Apis::DatamigrationV1::Empty, decorator: Google::Apis::DatamigrationV1::Empty::Representation
|
2038
|
+
|
2039
|
+
property :round_scale, as: 'roundScale', class: Google::Apis::DatamigrationV1::RoundToScale, decorator: Google::Apis::DatamigrationV1::RoundToScale::Representation
|
2040
|
+
|
2041
|
+
property :value_list, as: 'valueList', class: Google::Apis::DatamigrationV1::ValueListFilter, decorator: Google::Apis::DatamigrationV1::ValueListFilter::Representation
|
2042
|
+
|
2043
|
+
end
|
2044
|
+
end
|
2045
|
+
|
1539
2046
|
class VerifyMigrationJobRequest
|
1540
2047
|
# @private
|
1541
2048
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2049
|
+
property :migration_job, as: 'migrationJob', class: Google::Apis::DatamigrationV1::MigrationJob, decorator: Google::Apis::DatamigrationV1::MigrationJob::Representation
|
2050
|
+
|
2051
|
+
property :update_mask, as: 'updateMask'
|
1542
2052
|
end
|
1543
2053
|
end
|
1544
2054
|
|