google-apis-datamigration_v1 0.24.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datamigration_v1/classes.rb +1708 -125
- data/lib/google/apis/datamigration_v1/gem_version.rb +2 -2
- data/lib/google/apis/datamigration_v1/representations.rb +675 -0
- data/lib/google/apis/datamigration_v1/service.rb +735 -2
- metadata +3 -3
@@ -34,6 +34,12 @@ module Google
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
35
35
|
end
|
36
36
|
|
37
|
+
class ApplyConversionWorkspaceRequest
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
37
43
|
class AuditConfig
|
38
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
45
|
|
@@ -46,6 +52,12 @@ module Google
|
|
46
52
|
include Google::Apis::Core::JsonObjectSupport
|
47
53
|
end
|
48
54
|
|
55
|
+
class BackgroundJobLogEntry
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
49
61
|
class Binding
|
50
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
63
|
|
@@ -70,18 +82,78 @@ module Google
|
|
70
82
|
include Google::Apis::Core::JsonObjectSupport
|
71
83
|
end
|
72
84
|
|
85
|
+
class ColumnEntity
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class CommitConversionWorkspaceRequest
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
73
97
|
class ConnectionProfile
|
74
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
99
|
|
76
100
|
include Google::Apis::Core::JsonObjectSupport
|
77
101
|
end
|
78
102
|
|
103
|
+
class ConstraintEntity
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class ConversionWorkspace
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class ConversionWorkspaceInfo
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ConvertConversionWorkspaceRequest
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class DatabaseEngineInfo
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class DatabaseEntity
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
79
139
|
class DatabaseType
|
80
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
141
|
|
82
142
|
include Google::Apis::Core::JsonObjectSupport
|
83
143
|
end
|
84
144
|
|
145
|
+
class DescribeConversionWorkspaceRevisionsResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class DescribeDatabaseEntitiesResponse
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
85
157
|
class DumpFlag
|
86
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
159
|
|
@@ -100,12 +172,36 @@ module Google
|
|
100
172
|
include Google::Apis::Core::JsonObjectSupport
|
101
173
|
end
|
102
174
|
|
175
|
+
class EntityMapping
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class EntityMappingLogEntry
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
103
187
|
class Expr
|
104
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
189
|
|
106
190
|
include Google::Apis::Core::JsonObjectSupport
|
107
191
|
end
|
108
192
|
|
193
|
+
class ForwardSshTunnelConnectivity
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class FunctionEntity
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
109
205
|
class GenerateSshScriptRequest
|
110
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
207
|
|
@@ -118,12 +214,36 @@ module Google
|
|
118
214
|
include Google::Apis::Core::JsonObjectSupport
|
119
215
|
end
|
120
216
|
|
217
|
+
class ImportMappingRulesRequest
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class ImportRulesJobDetails
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class IndexEntity
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
121
235
|
class ListConnectionProfilesResponse
|
122
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
237
|
|
124
238
|
include Google::Apis::Core::JsonObjectSupport
|
125
239
|
end
|
126
240
|
|
241
|
+
class ListConversionWorkspacesResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
127
247
|
class ListLocationsResponse
|
128
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
249
|
|
@@ -142,6 +262,12 @@ module Google
|
|
142
262
|
include Google::Apis::Core::JsonObjectSupport
|
143
263
|
end
|
144
264
|
|
265
|
+
class ListPrivateConnectionsResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
145
271
|
class Location
|
146
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
273
|
|
@@ -178,6 +304,18 @@ module Google
|
|
178
304
|
include Google::Apis::Core::JsonObjectSupport
|
179
305
|
end
|
180
306
|
|
307
|
+
class OracleConnectionProfile
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class PackageEntity
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
181
319
|
class Policy
|
182
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
321
|
|
@@ -196,6 +334,24 @@ module Google
|
|
196
334
|
include Google::Apis::Core::JsonObjectSupport
|
197
335
|
end
|
198
336
|
|
337
|
+
class PrivateConnection
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class PrivateConnectivity
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class PrivateServiceConnectConnectivity
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
199
355
|
class PromoteMigrationJobRequest
|
200
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
357
|
|
@@ -220,6 +376,48 @@ module Google
|
|
220
376
|
include Google::Apis::Core::JsonObjectSupport
|
221
377
|
end
|
222
378
|
|
379
|
+
class RollbackConversionWorkspaceRequest
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class RulesFile
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class SchemaEntity
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class SearchBackgroundJobsResponse
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class SeedConversionWorkspaceRequest
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class SeedJobDetails
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class SequenceEntity
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
223
421
|
class SetIamPolicyRequest
|
224
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
423
|
|
@@ -262,6 +460,12 @@ module Google
|
|
262
460
|
include Google::Apis::Core::JsonObjectSupport
|
263
461
|
end
|
264
462
|
|
463
|
+
class StaticServiceIpConnectivity
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
265
469
|
class Status
|
266
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
471
|
|
@@ -274,6 +478,24 @@ module Google
|
|
274
478
|
include Google::Apis::Core::JsonObjectSupport
|
275
479
|
end
|
276
480
|
|
481
|
+
class StoredProcedureEntity
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class SynonymEntity
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class TableEntity
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
277
499
|
class TestIamPermissionsRequest
|
278
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
501
|
|
@@ -286,6 +508,12 @@ module Google
|
|
286
508
|
include Google::Apis::Core::JsonObjectSupport
|
287
509
|
end
|
288
510
|
|
511
|
+
class TriggerEntity
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
289
517
|
class UserPassword
|
290
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
519
|
|
@@ -298,6 +526,12 @@ module Google
|
|
298
526
|
include Google::Apis::Core::JsonObjectSupport
|
299
527
|
end
|
300
528
|
|
529
|
+
class ViewEntity
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
301
535
|
class VmCreationConfig
|
302
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
537
|
|
@@ -310,6 +544,12 @@ module Google
|
|
310
544
|
include Google::Apis::Core::JsonObjectSupport
|
311
545
|
end
|
312
546
|
|
547
|
+
class VpcPeeringConfig
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
313
553
|
class VpcPeeringConnectivity
|
314
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
555
|
|
@@ -337,6 +577,14 @@ module Google
|
|
337
577
|
end
|
338
578
|
end
|
339
579
|
|
580
|
+
class ApplyConversionWorkspaceRequest
|
581
|
+
# @private
|
582
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
583
|
+
property :connection_profile, as: 'connectionProfile'
|
584
|
+
property :filter, as: 'filter'
|
585
|
+
end
|
586
|
+
end
|
587
|
+
|
340
588
|
class AuditConfig
|
341
589
|
# @private
|
342
590
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -354,6 +602,23 @@ module Google
|
|
354
602
|
end
|
355
603
|
end
|
356
604
|
|
605
|
+
class BackgroundJobLogEntry
|
606
|
+
# @private
|
607
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
608
|
+
property :completion_comment, as: 'completionComment'
|
609
|
+
property :completion_state, as: 'completionState'
|
610
|
+
property :finish_time, as: 'finishTime'
|
611
|
+
property :id, as: 'id'
|
612
|
+
property :import_rules_job_details, as: 'importRulesJobDetails', class: Google::Apis::DatamigrationV1::ImportRulesJobDetails, decorator: Google::Apis::DatamigrationV1::ImportRulesJobDetails::Representation
|
613
|
+
|
614
|
+
property :job_type, as: 'jobType'
|
615
|
+
property :request_autocommit, as: 'requestAutocommit'
|
616
|
+
property :seed_job_details, as: 'seedJobDetails', class: Google::Apis::DatamigrationV1::SeedJobDetails, decorator: Google::Apis::DatamigrationV1::SeedJobDetails::Representation
|
617
|
+
|
618
|
+
property :start_time, as: 'startTime'
|
619
|
+
end
|
620
|
+
end
|
621
|
+
|
357
622
|
class Binding
|
358
623
|
# @private
|
359
624
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -407,6 +672,37 @@ module Google
|
|
407
672
|
end
|
408
673
|
end
|
409
674
|
|
675
|
+
class ColumnEntity
|
676
|
+
# @private
|
677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
678
|
+
property :array, as: 'array'
|
679
|
+
property :array_length, as: 'arrayLength'
|
680
|
+
property :auto_generated, as: 'autoGenerated'
|
681
|
+
property :charset, as: 'charset'
|
682
|
+
property :collation, as: 'collation'
|
683
|
+
property :comment, as: 'comment'
|
684
|
+
hash :custom_features, as: 'customFeatures'
|
685
|
+
property :data_type, as: 'dataType'
|
686
|
+
property :default_value, as: 'defaultValue'
|
687
|
+
property :fractional_seconds_precision, as: 'fractionalSecondsPrecision'
|
688
|
+
property :length, :numeric_string => true, as: 'length'
|
689
|
+
property :name, as: 'name'
|
690
|
+
property :nullable, as: 'nullable'
|
691
|
+
property :ordinal_position, as: 'ordinalPosition'
|
692
|
+
property :precision, as: 'precision'
|
693
|
+
property :scale, as: 'scale'
|
694
|
+
collection :set_values, as: 'setValues'
|
695
|
+
property :udt, as: 'udt'
|
696
|
+
end
|
697
|
+
end
|
698
|
+
|
699
|
+
class CommitConversionWorkspaceRequest
|
700
|
+
# @private
|
701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
702
|
+
property :commit_name, as: 'commitName'
|
703
|
+
end
|
704
|
+
end
|
705
|
+
|
410
706
|
class ConnectionProfile
|
411
707
|
# @private
|
412
708
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -422,6 +718,8 @@ module Google
|
|
422
718
|
property :mysql, as: 'mysql', class: Google::Apis::DatamigrationV1::MySqlConnectionProfile, decorator: Google::Apis::DatamigrationV1::MySqlConnectionProfile::Representation
|
423
719
|
|
424
720
|
property :name, as: 'name'
|
721
|
+
property :oracle, as: 'oracle', class: Google::Apis::DatamigrationV1::OracleConnectionProfile, decorator: Google::Apis::DatamigrationV1::OracleConnectionProfile::Representation
|
722
|
+
|
425
723
|
property :postgresql, as: 'postgresql', class: Google::Apis::DatamigrationV1::PostgreSqlConnectionProfile, decorator: Google::Apis::DatamigrationV1::PostgreSqlConnectionProfile::Representation
|
426
724
|
|
427
725
|
property :provider, as: 'provider'
|
@@ -430,6 +728,89 @@ module Google
|
|
430
728
|
end
|
431
729
|
end
|
432
730
|
|
731
|
+
class ConstraintEntity
|
732
|
+
# @private
|
733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
734
|
+
hash :custom_features, as: 'customFeatures'
|
735
|
+
property :name, as: 'name'
|
736
|
+
collection :reference_columns, as: 'referenceColumns'
|
737
|
+
property :reference_table, as: 'referenceTable'
|
738
|
+
collection :table_columns, as: 'tableColumns'
|
739
|
+
property :table_name, as: 'tableName'
|
740
|
+
property :type, as: 'type'
|
741
|
+
end
|
742
|
+
end
|
743
|
+
|
744
|
+
class ConversionWorkspace
|
745
|
+
# @private
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
747
|
+
property :create_time, as: 'createTime'
|
748
|
+
property :destination, as: 'destination', class: Google::Apis::DatamigrationV1::DatabaseEngineInfo, decorator: Google::Apis::DatamigrationV1::DatabaseEngineInfo::Representation
|
749
|
+
|
750
|
+
property :display_name, as: 'displayName'
|
751
|
+
hash :global_settings, as: 'globalSettings'
|
752
|
+
property :has_uncommitted_changes, as: 'hasUncommittedChanges'
|
753
|
+
property :latest_commit_id, as: 'latestCommitId'
|
754
|
+
property :latest_commit_time, as: 'latestCommitTime'
|
755
|
+
property :name, as: 'name'
|
756
|
+
property :source, as: 'source', class: Google::Apis::DatamigrationV1::DatabaseEngineInfo, decorator: Google::Apis::DatamigrationV1::DatabaseEngineInfo::Representation
|
757
|
+
|
758
|
+
property :update_time, as: 'updateTime'
|
759
|
+
end
|
760
|
+
end
|
761
|
+
|
762
|
+
class ConversionWorkspaceInfo
|
763
|
+
# @private
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
765
|
+
property :commit_id, as: 'commitId'
|
766
|
+
property :name, as: 'name'
|
767
|
+
end
|
768
|
+
end
|
769
|
+
|
770
|
+
class ConvertConversionWorkspaceRequest
|
771
|
+
# @private
|
772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
773
|
+
property :auto_commit, as: 'autoCommit'
|
774
|
+
property :filter, as: 'filter'
|
775
|
+
end
|
776
|
+
end
|
777
|
+
|
778
|
+
class DatabaseEngineInfo
|
779
|
+
# @private
|
780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
781
|
+
property :engine, as: 'engine'
|
782
|
+
property :version, as: 'version'
|
783
|
+
end
|
784
|
+
end
|
785
|
+
|
786
|
+
class DatabaseEntity
|
787
|
+
# @private
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
789
|
+
property :database_function, as: 'databaseFunction', class: Google::Apis::DatamigrationV1::FunctionEntity, decorator: Google::Apis::DatamigrationV1::FunctionEntity::Representation
|
790
|
+
|
791
|
+
property :database_package, as: 'databasePackage', class: Google::Apis::DatamigrationV1::PackageEntity, decorator: Google::Apis::DatamigrationV1::PackageEntity::Representation
|
792
|
+
|
793
|
+
property :entity_type, as: 'entityType'
|
794
|
+
collection :mappings, as: 'mappings', class: Google::Apis::DatamigrationV1::EntityMapping, decorator: Google::Apis::DatamigrationV1::EntityMapping::Representation
|
795
|
+
|
796
|
+
property :parent_entity, as: 'parentEntity'
|
797
|
+
property :schema, as: 'schema', class: Google::Apis::DatamigrationV1::SchemaEntity, decorator: Google::Apis::DatamigrationV1::SchemaEntity::Representation
|
798
|
+
|
799
|
+
property :sequence, as: 'sequence', class: Google::Apis::DatamigrationV1::SequenceEntity, decorator: Google::Apis::DatamigrationV1::SequenceEntity::Representation
|
800
|
+
|
801
|
+
property :short_name, as: 'shortName'
|
802
|
+
property :stored_procedure, as: 'storedProcedure', class: Google::Apis::DatamigrationV1::StoredProcedureEntity, decorator: Google::Apis::DatamigrationV1::StoredProcedureEntity::Representation
|
803
|
+
|
804
|
+
property :synonym, as: 'synonym', class: Google::Apis::DatamigrationV1::SynonymEntity, decorator: Google::Apis::DatamigrationV1::SynonymEntity::Representation
|
805
|
+
|
806
|
+
property :table, as: 'table', class: Google::Apis::DatamigrationV1::TableEntity, decorator: Google::Apis::DatamigrationV1::TableEntity::Representation
|
807
|
+
|
808
|
+
property :tree, as: 'tree'
|
809
|
+
property :view, as: 'view', class: Google::Apis::DatamigrationV1::ViewEntity, decorator: Google::Apis::DatamigrationV1::ViewEntity::Representation
|
810
|
+
|
811
|
+
end
|
812
|
+
end
|
813
|
+
|
433
814
|
class DatabaseType
|
434
815
|
# @private
|
435
816
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -438,6 +819,23 @@ module Google
|
|
438
819
|
end
|
439
820
|
end
|
440
821
|
|
822
|
+
class DescribeConversionWorkspaceRevisionsResponse
|
823
|
+
# @private
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
825
|
+
collection :revisions, as: 'revisions', class: Google::Apis::DatamigrationV1::ConversionWorkspace, decorator: Google::Apis::DatamigrationV1::ConversionWorkspace::Representation
|
826
|
+
|
827
|
+
end
|
828
|
+
end
|
829
|
+
|
830
|
+
class DescribeDatabaseEntitiesResponse
|
831
|
+
# @private
|
832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
833
|
+
collection :database_entities, as: 'databaseEntities', class: Google::Apis::DatamigrationV1::DatabaseEntity, decorator: Google::Apis::DatamigrationV1::DatabaseEntity::Representation
|
834
|
+
|
835
|
+
property :next_page_token, as: 'nextPageToken'
|
836
|
+
end
|
837
|
+
end
|
838
|
+
|
441
839
|
class DumpFlag
|
442
840
|
# @private
|
443
841
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -460,6 +858,25 @@ module Google
|
|
460
858
|
end
|
461
859
|
end
|
462
860
|
|
861
|
+
class EntityMapping
|
862
|
+
# @private
|
863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
864
|
+
property :draft_entity, as: 'draftEntity'
|
865
|
+
collection :mapping_log, as: 'mappingLog', class: Google::Apis::DatamigrationV1::EntityMappingLogEntry, decorator: Google::Apis::DatamigrationV1::EntityMappingLogEntry::Representation
|
866
|
+
|
867
|
+
property :source_entity, as: 'sourceEntity'
|
868
|
+
end
|
869
|
+
end
|
870
|
+
|
871
|
+
class EntityMappingLogEntry
|
872
|
+
# @private
|
873
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
874
|
+
property :mapping_comment, as: 'mappingComment'
|
875
|
+
property :rule_id, as: 'ruleId'
|
876
|
+
property :rule_revision_id, as: 'ruleRevisionId'
|
877
|
+
end
|
878
|
+
end
|
879
|
+
|
463
880
|
class Expr
|
464
881
|
# @private
|
465
882
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -470,6 +887,25 @@ module Google
|
|
470
887
|
end
|
471
888
|
end
|
472
889
|
|
890
|
+
class ForwardSshTunnelConnectivity
|
891
|
+
# @private
|
892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
893
|
+
property :hostname, as: 'hostname'
|
894
|
+
property :password, as: 'password'
|
895
|
+
property :port, as: 'port'
|
896
|
+
property :private_key, as: 'privateKey'
|
897
|
+
property :username, as: 'username'
|
898
|
+
end
|
899
|
+
end
|
900
|
+
|
901
|
+
class FunctionEntity
|
902
|
+
# @private
|
903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
904
|
+
hash :custom_features, as: 'customFeatures'
|
905
|
+
property :sql_code, as: 'sqlCode'
|
906
|
+
end
|
907
|
+
end
|
908
|
+
|
473
909
|
class GenerateSshScriptRequest
|
474
910
|
# @private
|
475
911
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -495,6 +931,35 @@ module Google
|
|
495
931
|
end
|
496
932
|
end
|
497
933
|
|
934
|
+
class ImportMappingRulesRequest
|
935
|
+
# @private
|
936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
937
|
+
property :auto_commit, as: 'autoCommit'
|
938
|
+
collection :rules_files, as: 'rulesFiles', class: Google::Apis::DatamigrationV1::RulesFile, decorator: Google::Apis::DatamigrationV1::RulesFile::Representation
|
939
|
+
|
940
|
+
property :rules_format, as: 'rulesFormat'
|
941
|
+
end
|
942
|
+
end
|
943
|
+
|
944
|
+
class ImportRulesJobDetails
|
945
|
+
# @private
|
946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
947
|
+
property :file_format, as: 'fileFormat'
|
948
|
+
collection :files, as: 'files'
|
949
|
+
end
|
950
|
+
end
|
951
|
+
|
952
|
+
class IndexEntity
|
953
|
+
# @private
|
954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
955
|
+
hash :custom_features, as: 'customFeatures'
|
956
|
+
property :name, as: 'name'
|
957
|
+
collection :table_columns, as: 'tableColumns'
|
958
|
+
property :type, as: 'type'
|
959
|
+
property :unique, as: 'unique'
|
960
|
+
end
|
961
|
+
end
|
962
|
+
|
498
963
|
class ListConnectionProfilesResponse
|
499
964
|
# @private
|
500
965
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -505,6 +970,16 @@ module Google
|
|
505
970
|
end
|
506
971
|
end
|
507
972
|
|
973
|
+
class ListConversionWorkspacesResponse
|
974
|
+
# @private
|
975
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
976
|
+
collection :conversion_workspaces, as: 'conversionWorkspaces', class: Google::Apis::DatamigrationV1::ConversionWorkspace, decorator: Google::Apis::DatamigrationV1::ConversionWorkspace::Representation
|
977
|
+
|
978
|
+
property :next_page_token, as: 'nextPageToken'
|
979
|
+
collection :unreachable, as: 'unreachable'
|
980
|
+
end
|
981
|
+
end
|
982
|
+
|
508
983
|
class ListLocationsResponse
|
509
984
|
# @private
|
510
985
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -533,6 +1008,16 @@ module Google
|
|
533
1008
|
end
|
534
1009
|
end
|
535
1010
|
|
1011
|
+
class ListPrivateConnectionsResponse
|
1012
|
+
# @private
|
1013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1014
|
+
property :next_page_token, as: 'nextPageToken'
|
1015
|
+
collection :private_connections, as: 'privateConnections', class: Google::Apis::DatamigrationV1::PrivateConnection, decorator: Google::Apis::DatamigrationV1::PrivateConnection::Representation
|
1016
|
+
|
1017
|
+
collection :unreachable, as: 'unreachable'
|
1018
|
+
end
|
1019
|
+
end
|
1020
|
+
|
536
1021
|
class Location
|
537
1022
|
# @private
|
538
1023
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -554,6 +1039,8 @@ module Google
|
|
554
1039
|
class MigrationJob
|
555
1040
|
# @private
|
556
1041
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1042
|
+
property :conversion_workspace, as: 'conversionWorkspace', class: Google::Apis::DatamigrationV1::ConversionWorkspaceInfo, decorator: Google::Apis::DatamigrationV1::ConversionWorkspaceInfo::Representation
|
1043
|
+
|
557
1044
|
property :create_time, as: 'createTime'
|
558
1045
|
property :destination, as: 'destination'
|
559
1046
|
property :destination_database, as: 'destinationDatabase', class: Google::Apis::DatamigrationV1::DatabaseType, decorator: Google::Apis::DatamigrationV1::DatabaseType::Representation
|
@@ -566,6 +1053,7 @@ module Google
|
|
566
1053
|
property :end_time, as: 'endTime'
|
567
1054
|
property :error, as: 'error', class: Google::Apis::DatamigrationV1::Status, decorator: Google::Apis::DatamigrationV1::Status::Representation
|
568
1055
|
|
1056
|
+
property :filter, as: 'filter'
|
569
1057
|
hash :labels, as: 'labels'
|
570
1058
|
property :name, as: 'name'
|
571
1059
|
property :phase, as: 'phase'
|
@@ -619,6 +1107,33 @@ module Google
|
|
619
1107
|
end
|
620
1108
|
end
|
621
1109
|
|
1110
|
+
class OracleConnectionProfile
|
1111
|
+
# @private
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1113
|
+
property :database_service, as: 'databaseService'
|
1114
|
+
property :forward_ssh_connectivity, as: 'forwardSshConnectivity', class: Google::Apis::DatamigrationV1::ForwardSshTunnelConnectivity, decorator: Google::Apis::DatamigrationV1::ForwardSshTunnelConnectivity::Representation
|
1115
|
+
|
1116
|
+
property :host, as: 'host'
|
1117
|
+
property :password, as: 'password'
|
1118
|
+
property :password_set, as: 'passwordSet'
|
1119
|
+
property :port, as: 'port'
|
1120
|
+
property :private_connectivity, as: 'privateConnectivity', class: Google::Apis::DatamigrationV1::PrivateConnectivity, decorator: Google::Apis::DatamigrationV1::PrivateConnectivity::Representation
|
1121
|
+
|
1122
|
+
property :static_service_ip_connectivity, as: 'staticServiceIpConnectivity', class: Google::Apis::DatamigrationV1::StaticServiceIpConnectivity, decorator: Google::Apis::DatamigrationV1::StaticServiceIpConnectivity::Representation
|
1123
|
+
|
1124
|
+
property :username, as: 'username'
|
1125
|
+
end
|
1126
|
+
end
|
1127
|
+
|
1128
|
+
class PackageEntity
|
1129
|
+
# @private
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1131
|
+
hash :custom_features, as: 'customFeatures'
|
1132
|
+
property :package_body, as: 'packageBody'
|
1133
|
+
property :package_sql_code, as: 'packageSqlCode'
|
1134
|
+
end
|
1135
|
+
end
|
1136
|
+
|
622
1137
|
class Policy
|
623
1138
|
# @private
|
624
1139
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -640,8 +1155,12 @@ module Google
|
|
640
1155
|
property :password, as: 'password'
|
641
1156
|
property :password_set, as: 'passwordSet'
|
642
1157
|
property :port, as: 'port'
|
1158
|
+
property :private_service_connect_connectivity, as: 'privateServiceConnectConnectivity', class: Google::Apis::DatamigrationV1::PrivateServiceConnectConnectivity, decorator: Google::Apis::DatamigrationV1::PrivateServiceConnectConnectivity::Representation
|
1159
|
+
|
643
1160
|
property :ssl, as: 'ssl', class: Google::Apis::DatamigrationV1::SslConfig, decorator: Google::Apis::DatamigrationV1::SslConfig::Representation
|
644
1161
|
|
1162
|
+
property :static_ip_connectivity, as: 'staticIpConnectivity', class: Google::Apis::DatamigrationV1::StaticIpConnectivity, decorator: Google::Apis::DatamigrationV1::StaticIpConnectivity::Representation
|
1163
|
+
|
645
1164
|
property :username, as: 'username'
|
646
1165
|
end
|
647
1166
|
end
|
@@ -658,6 +1177,36 @@ module Google
|
|
658
1177
|
end
|
659
1178
|
end
|
660
1179
|
|
1180
|
+
class PrivateConnection
|
1181
|
+
# @private
|
1182
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1183
|
+
property :create_time, as: 'createTime'
|
1184
|
+
property :display_name, as: 'displayName'
|
1185
|
+
property :error, as: 'error', class: Google::Apis::DatamigrationV1::Status, decorator: Google::Apis::DatamigrationV1::Status::Representation
|
1186
|
+
|
1187
|
+
hash :labels, as: 'labels'
|
1188
|
+
property :name, as: 'name'
|
1189
|
+
property :state, as: 'state'
|
1190
|
+
property :update_time, as: 'updateTime'
|
1191
|
+
property :vpc_peering_config, as: 'vpcPeeringConfig', class: Google::Apis::DatamigrationV1::VpcPeeringConfig, decorator: Google::Apis::DatamigrationV1::VpcPeeringConfig::Representation
|
1192
|
+
|
1193
|
+
end
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class PrivateConnectivity
|
1197
|
+
# @private
|
1198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1199
|
+
property :private_connection, as: 'privateConnection'
|
1200
|
+
end
|
1201
|
+
end
|
1202
|
+
|
1203
|
+
class PrivateServiceConnectConnectivity
|
1204
|
+
# @private
|
1205
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1206
|
+
property :service_attachment, as: 'serviceAttachment'
|
1207
|
+
end
|
1208
|
+
end
|
1209
|
+
|
661
1210
|
class PromoteMigrationJobRequest
|
662
1211
|
# @private
|
663
1212
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -686,6 +1235,64 @@ module Google
|
|
686
1235
|
end
|
687
1236
|
end
|
688
1237
|
|
1238
|
+
class RollbackConversionWorkspaceRequest
|
1239
|
+
# @private
|
1240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1241
|
+
end
|
1242
|
+
end
|
1243
|
+
|
1244
|
+
class RulesFile
|
1245
|
+
# @private
|
1246
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1247
|
+
property :rules_content, as: 'rulesContent'
|
1248
|
+
property :rules_source_filename, as: 'rulesSourceFilename'
|
1249
|
+
end
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
class SchemaEntity
|
1253
|
+
# @private
|
1254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1255
|
+
hash :custom_features, as: 'customFeatures'
|
1256
|
+
end
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
class SearchBackgroundJobsResponse
|
1260
|
+
# @private
|
1261
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1262
|
+
collection :jobs, as: 'jobs', class: Google::Apis::DatamigrationV1::BackgroundJobLogEntry, decorator: Google::Apis::DatamigrationV1::BackgroundJobLogEntry::Representation
|
1263
|
+
|
1264
|
+
end
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class SeedConversionWorkspaceRequest
|
1268
|
+
# @private
|
1269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1270
|
+
property :auto_commit, as: 'autoCommit'
|
1271
|
+
property :destination_connection_profile, as: 'destinationConnectionProfile'
|
1272
|
+
property :source_connection_profile, as: 'sourceConnectionProfile'
|
1273
|
+
end
|
1274
|
+
end
|
1275
|
+
|
1276
|
+
class SeedJobDetails
|
1277
|
+
# @private
|
1278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1279
|
+
property :connection_profile, as: 'connectionProfile'
|
1280
|
+
end
|
1281
|
+
end
|
1282
|
+
|
1283
|
+
class SequenceEntity
|
1284
|
+
# @private
|
1285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1286
|
+
property :cache, :numeric_string => true, as: 'cache'
|
1287
|
+
hash :custom_features, as: 'customFeatures'
|
1288
|
+
property :cycle, as: 'cycle'
|
1289
|
+
property :increment, :numeric_string => true, as: 'increment'
|
1290
|
+
property :max_value, :base64 => true, as: 'maxValue'
|
1291
|
+
property :min_value, :base64 => true, as: 'minValue'
|
1292
|
+
property :start_value, :base64 => true, as: 'startValue'
|
1293
|
+
end
|
1294
|
+
end
|
1295
|
+
|
689
1296
|
class SetIamPolicyRequest
|
690
1297
|
# @private
|
691
1298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -745,6 +1352,12 @@ module Google
|
|
745
1352
|
end
|
746
1353
|
end
|
747
1354
|
|
1355
|
+
class StaticServiceIpConnectivity
|
1356
|
+
# @private
|
1357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1358
|
+
end
|
1359
|
+
end
|
1360
|
+
|
748
1361
|
class Status
|
749
1362
|
# @private
|
750
1363
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -760,6 +1373,39 @@ module Google
|
|
760
1373
|
end
|
761
1374
|
end
|
762
1375
|
|
1376
|
+
class StoredProcedureEntity
|
1377
|
+
# @private
|
1378
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1379
|
+
hash :custom_features, as: 'customFeatures'
|
1380
|
+
property :sql_code, as: 'sqlCode'
|
1381
|
+
end
|
1382
|
+
end
|
1383
|
+
|
1384
|
+
class SynonymEntity
|
1385
|
+
# @private
|
1386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1387
|
+
hash :custom_features, as: 'customFeatures'
|
1388
|
+
property :source_entity, as: 'sourceEntity'
|
1389
|
+
property :source_type, as: 'sourceType'
|
1390
|
+
end
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
class TableEntity
|
1394
|
+
# @private
|
1395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1396
|
+
collection :columns, as: 'columns', class: Google::Apis::DatamigrationV1::ColumnEntity, decorator: Google::Apis::DatamigrationV1::ColumnEntity::Representation
|
1397
|
+
|
1398
|
+
property :comment, as: 'comment'
|
1399
|
+
collection :constraints, as: 'constraints', class: Google::Apis::DatamigrationV1::ConstraintEntity, decorator: Google::Apis::DatamigrationV1::ConstraintEntity::Representation
|
1400
|
+
|
1401
|
+
hash :custom_features, as: 'customFeatures'
|
1402
|
+
collection :indices, as: 'indices', class: Google::Apis::DatamigrationV1::IndexEntity, decorator: Google::Apis::DatamigrationV1::IndexEntity::Representation
|
1403
|
+
|
1404
|
+
collection :triggers, as: 'triggers', class: Google::Apis::DatamigrationV1::TriggerEntity, decorator: Google::Apis::DatamigrationV1::TriggerEntity::Representation
|
1405
|
+
|
1406
|
+
end
|
1407
|
+
end
|
1408
|
+
|
763
1409
|
class TestIamPermissionsRequest
|
764
1410
|
# @private
|
765
1411
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -774,6 +1420,17 @@ module Google
|
|
774
1420
|
end
|
775
1421
|
end
|
776
1422
|
|
1423
|
+
class TriggerEntity
|
1424
|
+
# @private
|
1425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1426
|
+
hash :custom_features, as: 'customFeatures'
|
1427
|
+
property :name, as: 'name'
|
1428
|
+
property :sql_code, as: 'sqlCode'
|
1429
|
+
property :trigger_type, as: 'triggerType'
|
1430
|
+
collection :triggering_events, as: 'triggeringEvents'
|
1431
|
+
end
|
1432
|
+
end
|
1433
|
+
|
777
1434
|
class UserPassword
|
778
1435
|
# @private
|
779
1436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -789,6 +1446,16 @@ module Google
|
|
789
1446
|
end
|
790
1447
|
end
|
791
1448
|
|
1449
|
+
class ViewEntity
|
1450
|
+
# @private
|
1451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1452
|
+
collection :constraints, as: 'constraints', class: Google::Apis::DatamigrationV1::ConstraintEntity, decorator: Google::Apis::DatamigrationV1::ConstraintEntity::Representation
|
1453
|
+
|
1454
|
+
hash :custom_features, as: 'customFeatures'
|
1455
|
+
property :sql_code, as: 'sqlCode'
|
1456
|
+
end
|
1457
|
+
end
|
1458
|
+
|
792
1459
|
class VmCreationConfig
|
793
1460
|
# @private
|
794
1461
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -805,6 +1472,14 @@ module Google
|
|
805
1472
|
end
|
806
1473
|
end
|
807
1474
|
|
1475
|
+
class VpcPeeringConfig
|
1476
|
+
# @private
|
1477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1478
|
+
property :subnet, as: 'subnet'
|
1479
|
+
property :vpc_name, as: 'vpcName'
|
1480
|
+
end
|
1481
|
+
end
|
1482
|
+
|
808
1483
|
class VpcPeeringConnectivity
|
809
1484
|
# @private
|
810
1485
|
class Representation < Google::Apis::Core::JsonRepresentation
|