google-apis-datastream_v1 0.1.0 → 0.2.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/datastream_v1/classes.rb +1748 -173
- data/lib/google/apis/datastream_v1/gem_version.rb +2 -2
- data/lib/google/apis/datastream_v1/representations.rb +822 -54
- data/lib/google/apis/datastream_v1/service.rb +1044 -0
- metadata +3 -3
@@ -22,127 +22,686 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DatastreamV1
|
24
24
|
|
25
|
+
class AvroFileFormat
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class BackfillAllStrategy
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class BackfillJob
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class BackfillNoneStrategy
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
25
49
|
class CancelOperationRequest
|
26
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
51
|
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class ConnectionProfile
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class DestinationConfig
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class DiscoverConnectionProfileRequest
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class DiscoverConnectionProfileResponse
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class Empty
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class Error
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class FetchStaticIpsResponse
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ForwardSshTunnelConnectivity
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GcsDestinationConfig
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GcsProfile
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class JsonFileFormat
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ListConnectionProfilesResponse
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class ListLocationsResponse
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class ListOperationsResponse
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class ListPrivateConnectionsResponse
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class ListRoutesResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class ListStreamObjectsResponse
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class ListStreamsResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class Location
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class LookupStreamObjectRequest
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class MysqlColumn
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class MysqlDatabase
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class MysqlObjectIdentifier
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class MysqlProfile
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class MysqlRdbms
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class MysqlSourceConfig
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class MysqlSslConfig
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class MysqlTable
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class Operation
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class OperationMetadata
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class OracleColumn
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class OracleObjectIdentifier
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class OracleProfile
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class OracleRdbms
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class OracleSchema
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class OracleSourceConfig
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class OracleTable
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class PrivateConnection
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class PrivateConnectivity
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class Route
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class SourceConfig
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class SourceObjectIdentifier
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class StartBackfillJobRequest
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class StartBackfillJobResponse
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class StaticServiceIpConnectivity
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class Status
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class StopBackfillJobRequest
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class StopBackfillJobResponse
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class Stream
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class StreamObject
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class Validation
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class ValidationMessage
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class ValidationResult
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class VpcPeeringConfig
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class AvroFileFormat
|
380
|
+
# @private
|
381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
382
|
+
end
|
383
|
+
end
|
384
|
+
|
385
|
+
class BackfillAllStrategy
|
386
|
+
# @private
|
387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
388
|
+
property :mysql_excluded_objects, as: 'mysqlExcludedObjects', class: Google::Apis::DatastreamV1::MysqlRdbms, decorator: Google::Apis::DatastreamV1::MysqlRdbms::Representation
|
389
|
+
|
390
|
+
property :oracle_excluded_objects, as: 'oracleExcludedObjects', class: Google::Apis::DatastreamV1::OracleRdbms, decorator: Google::Apis::DatastreamV1::OracleRdbms::Representation
|
391
|
+
|
392
|
+
end
|
393
|
+
end
|
394
|
+
|
395
|
+
class BackfillJob
|
396
|
+
# @private
|
397
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
398
|
+
collection :errors, as: 'errors', class: Google::Apis::DatastreamV1::Error, decorator: Google::Apis::DatastreamV1::Error::Representation
|
399
|
+
|
400
|
+
property :last_end_time, as: 'lastEndTime'
|
401
|
+
property :last_start_time, as: 'lastStartTime'
|
402
|
+
property :state, as: 'state'
|
403
|
+
property :trigger, as: 'trigger'
|
404
|
+
end
|
405
|
+
end
|
406
|
+
|
407
|
+
class BackfillNoneStrategy
|
408
|
+
# @private
|
409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
410
|
+
end
|
411
|
+
end
|
412
|
+
|
413
|
+
class CancelOperationRequest
|
414
|
+
# @private
|
415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
416
|
+
end
|
417
|
+
end
|
418
|
+
|
419
|
+
class ConnectionProfile
|
420
|
+
# @private
|
421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
422
|
+
property :create_time, as: 'createTime'
|
423
|
+
property :display_name, as: 'displayName'
|
424
|
+
property :forward_ssh_connectivity, as: 'forwardSshConnectivity', class: Google::Apis::DatastreamV1::ForwardSshTunnelConnectivity, decorator: Google::Apis::DatastreamV1::ForwardSshTunnelConnectivity::Representation
|
425
|
+
|
426
|
+
property :gcs_profile, as: 'gcsProfile', class: Google::Apis::DatastreamV1::GcsProfile, decorator: Google::Apis::DatastreamV1::GcsProfile::Representation
|
427
|
+
|
428
|
+
hash :labels, as: 'labels'
|
429
|
+
property :mysql_profile, as: 'mysqlProfile', class: Google::Apis::DatastreamV1::MysqlProfile, decorator: Google::Apis::DatastreamV1::MysqlProfile::Representation
|
430
|
+
|
431
|
+
property :name, as: 'name'
|
432
|
+
property :oracle_profile, as: 'oracleProfile', class: Google::Apis::DatastreamV1::OracleProfile, decorator: Google::Apis::DatastreamV1::OracleProfile::Representation
|
433
|
+
|
434
|
+
property :private_connectivity, as: 'privateConnectivity', class: Google::Apis::DatastreamV1::PrivateConnectivity, decorator: Google::Apis::DatastreamV1::PrivateConnectivity::Representation
|
435
|
+
|
436
|
+
property :static_service_ip_connectivity, as: 'staticServiceIpConnectivity', class: Google::Apis::DatastreamV1::StaticServiceIpConnectivity, decorator: Google::Apis::DatastreamV1::StaticServiceIpConnectivity::Representation
|
437
|
+
|
438
|
+
property :update_time, as: 'updateTime'
|
439
|
+
end
|
440
|
+
end
|
441
|
+
|
442
|
+
class DestinationConfig
|
443
|
+
# @private
|
444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
445
|
+
property :destination_connection_profile, as: 'destinationConnectionProfile'
|
446
|
+
property :gcs_destination_config, as: 'gcsDestinationConfig', class: Google::Apis::DatastreamV1::GcsDestinationConfig, decorator: Google::Apis::DatastreamV1::GcsDestinationConfig::Representation
|
447
|
+
|
448
|
+
end
|
449
|
+
end
|
450
|
+
|
451
|
+
class DiscoverConnectionProfileRequest
|
452
|
+
# @private
|
453
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
454
|
+
property :connection_profile, as: 'connectionProfile', class: Google::Apis::DatastreamV1::ConnectionProfile, decorator: Google::Apis::DatastreamV1::ConnectionProfile::Representation
|
455
|
+
|
456
|
+
property :connection_profile_name, as: 'connectionProfileName'
|
457
|
+
property :full_hierarchy, as: 'fullHierarchy'
|
458
|
+
property :hierarchy_depth, as: 'hierarchyDepth'
|
459
|
+
property :mysql_rdbms, as: 'mysqlRdbms', class: Google::Apis::DatastreamV1::MysqlRdbms, decorator: Google::Apis::DatastreamV1::MysqlRdbms::Representation
|
460
|
+
|
461
|
+
property :oracle_rdbms, as: 'oracleRdbms', class: Google::Apis::DatastreamV1::OracleRdbms, decorator: Google::Apis::DatastreamV1::OracleRdbms::Representation
|
462
|
+
|
463
|
+
end
|
464
|
+
end
|
465
|
+
|
466
|
+
class DiscoverConnectionProfileResponse
|
467
|
+
# @private
|
468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
469
|
+
property :mysql_rdbms, as: 'mysqlRdbms', class: Google::Apis::DatastreamV1::MysqlRdbms, decorator: Google::Apis::DatastreamV1::MysqlRdbms::Representation
|
470
|
+
|
471
|
+
property :oracle_rdbms, as: 'oracleRdbms', class: Google::Apis::DatastreamV1::OracleRdbms, decorator: Google::Apis::DatastreamV1::OracleRdbms::Representation
|
472
|
+
|
473
|
+
end
|
474
|
+
end
|
475
|
+
|
476
|
+
class Empty
|
477
|
+
# @private
|
478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
479
|
+
end
|
480
|
+
end
|
481
|
+
|
482
|
+
class Error
|
483
|
+
# @private
|
484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
485
|
+
hash :details, as: 'details'
|
486
|
+
property :error_time, as: 'errorTime'
|
487
|
+
property :error_uuid, as: 'errorUuid'
|
488
|
+
property :message, as: 'message'
|
489
|
+
property :reason, as: 'reason'
|
490
|
+
end
|
491
|
+
end
|
492
|
+
|
493
|
+
class FetchStaticIpsResponse
|
494
|
+
# @private
|
495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
496
|
+
property :next_page_token, as: 'nextPageToken'
|
497
|
+
collection :static_ips, as: 'staticIps'
|
498
|
+
end
|
499
|
+
end
|
500
|
+
|
501
|
+
class ForwardSshTunnelConnectivity
|
502
|
+
# @private
|
503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
504
|
+
property :hostname, as: 'hostname'
|
505
|
+
property :password, as: 'password'
|
506
|
+
property :port, as: 'port'
|
507
|
+
property :private_key, as: 'privateKey'
|
508
|
+
property :username, as: 'username'
|
509
|
+
end
|
510
|
+
end
|
511
|
+
|
512
|
+
class GcsDestinationConfig
|
513
|
+
# @private
|
514
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
515
|
+
property :avro_file_format, as: 'avroFileFormat', class: Google::Apis::DatastreamV1::AvroFileFormat, decorator: Google::Apis::DatastreamV1::AvroFileFormat::Representation
|
516
|
+
|
517
|
+
property :file_rotation_interval, as: 'fileRotationInterval'
|
518
|
+
property :file_rotation_mb, as: 'fileRotationMb'
|
519
|
+
property :json_file_format, as: 'jsonFileFormat', class: Google::Apis::DatastreamV1::JsonFileFormat, decorator: Google::Apis::DatastreamV1::JsonFileFormat::Representation
|
520
|
+
|
521
|
+
property :path, as: 'path'
|
522
|
+
end
|
29
523
|
end
|
30
524
|
|
31
|
-
class
|
32
|
-
|
525
|
+
class GcsProfile
|
526
|
+
# @private
|
527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
528
|
+
property :bucket, as: 'bucket'
|
529
|
+
property :root_path, as: 'rootPath'
|
530
|
+
end
|
531
|
+
end
|
33
532
|
|
34
|
-
|
533
|
+
class JsonFileFormat
|
534
|
+
# @private
|
535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
536
|
+
property :compression, as: 'compression'
|
537
|
+
property :schema_file_format, as: 'schemaFileFormat'
|
538
|
+
end
|
35
539
|
end
|
36
540
|
|
37
|
-
class
|
38
|
-
|
541
|
+
class ListConnectionProfilesResponse
|
542
|
+
# @private
|
543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
544
|
+
collection :connection_profiles, as: 'connectionProfiles', class: Google::Apis::DatastreamV1::ConnectionProfile, decorator: Google::Apis::DatastreamV1::ConnectionProfile::Representation
|
39
545
|
|
40
|
-
|
546
|
+
property :next_page_token, as: 'nextPageToken'
|
547
|
+
collection :unreachable, as: 'unreachable'
|
548
|
+
end
|
41
549
|
end
|
42
550
|
|
43
551
|
class ListLocationsResponse
|
44
|
-
|
552
|
+
# @private
|
553
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
554
|
+
collection :locations, as: 'locations', class: Google::Apis::DatastreamV1::Location, decorator: Google::Apis::DatastreamV1::Location::Representation
|
45
555
|
|
46
|
-
|
556
|
+
property :next_page_token, as: 'nextPageToken'
|
557
|
+
end
|
47
558
|
end
|
48
559
|
|
49
560
|
class ListOperationsResponse
|
50
|
-
|
561
|
+
# @private
|
562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
563
|
+
property :next_page_token, as: 'nextPageToken'
|
564
|
+
collection :operations, as: 'operations', class: Google::Apis::DatastreamV1::Operation, decorator: Google::Apis::DatastreamV1::Operation::Representation
|
51
565
|
|
52
|
-
|
566
|
+
end
|
53
567
|
end
|
54
568
|
|
55
|
-
class
|
56
|
-
|
569
|
+
class ListPrivateConnectionsResponse
|
570
|
+
# @private
|
571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
572
|
+
property :next_page_token, as: 'nextPageToken'
|
573
|
+
collection :private_connections, as: 'privateConnections', class: Google::Apis::DatastreamV1::PrivateConnection, decorator: Google::Apis::DatastreamV1::PrivateConnection::Representation
|
57
574
|
|
58
|
-
|
575
|
+
collection :unreachable, as: 'unreachable'
|
576
|
+
end
|
59
577
|
end
|
60
578
|
|
61
|
-
class
|
62
|
-
|
579
|
+
class ListRoutesResponse
|
580
|
+
# @private
|
581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
582
|
+
property :next_page_token, as: 'nextPageToken'
|
583
|
+
collection :routes, as: 'routes', class: Google::Apis::DatastreamV1::Route, decorator: Google::Apis::DatastreamV1::Route::Representation
|
63
584
|
|
64
|
-
|
585
|
+
collection :unreachable, as: 'unreachable'
|
586
|
+
end
|
65
587
|
end
|
66
588
|
|
67
|
-
class
|
68
|
-
|
589
|
+
class ListStreamObjectsResponse
|
590
|
+
# @private
|
591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
592
|
+
property :next_page_token, as: 'nextPageToken'
|
593
|
+
collection :stream_objects, as: 'streamObjects', class: Google::Apis::DatastreamV1::StreamObject, decorator: Google::Apis::DatastreamV1::StreamObject::Representation
|
69
594
|
|
70
|
-
|
595
|
+
end
|
71
596
|
end
|
72
597
|
|
73
|
-
class
|
74
|
-
|
598
|
+
class ListStreamsResponse
|
599
|
+
# @private
|
600
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
601
|
+
property :next_page_token, as: 'nextPageToken'
|
602
|
+
collection :streams, as: 'streams', class: Google::Apis::DatastreamV1::Stream, decorator: Google::Apis::DatastreamV1::Stream::Representation
|
75
603
|
|
76
|
-
|
604
|
+
collection :unreachable, as: 'unreachable'
|
605
|
+
end
|
77
606
|
end
|
78
607
|
|
79
|
-
class
|
80
|
-
|
81
|
-
|
82
|
-
|
608
|
+
class Location
|
609
|
+
# @private
|
610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
611
|
+
property :display_name, as: 'displayName'
|
612
|
+
hash :labels, as: 'labels'
|
613
|
+
property :location_id, as: 'locationId'
|
614
|
+
hash :metadata, as: 'metadata'
|
615
|
+
property :name, as: 'name'
|
616
|
+
end
|
83
617
|
end
|
84
618
|
|
85
|
-
class
|
86
|
-
|
619
|
+
class LookupStreamObjectRequest
|
620
|
+
# @private
|
621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
622
|
+
property :source_object_identifier, as: 'sourceObjectIdentifier', class: Google::Apis::DatastreamV1::SourceObjectIdentifier, decorator: Google::Apis::DatastreamV1::SourceObjectIdentifier::Representation
|
87
623
|
|
88
|
-
|
624
|
+
end
|
89
625
|
end
|
90
626
|
|
91
|
-
class
|
92
|
-
|
93
|
-
|
94
|
-
|
627
|
+
class MysqlColumn
|
628
|
+
# @private
|
629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
630
|
+
property :collation, as: 'collation'
|
631
|
+
property :column, as: 'column'
|
632
|
+
property :data_type, as: 'dataType'
|
633
|
+
property :length, as: 'length'
|
634
|
+
property :nullable, as: 'nullable'
|
635
|
+
property :ordinal_position, as: 'ordinalPosition'
|
636
|
+
property :primary_key, as: 'primaryKey'
|
637
|
+
end
|
95
638
|
end
|
96
639
|
|
97
|
-
class
|
640
|
+
class MysqlDatabase
|
98
641
|
# @private
|
99
642
|
class Representation < Google::Apis::Core::JsonRepresentation
|
643
|
+
property :database, as: 'database'
|
644
|
+
collection :mysql_tables, as: 'mysqlTables', class: Google::Apis::DatastreamV1::MysqlTable, decorator: Google::Apis::DatastreamV1::MysqlTable::Representation
|
645
|
+
|
100
646
|
end
|
101
647
|
end
|
102
648
|
|
103
|
-
class
|
649
|
+
class MysqlObjectIdentifier
|
104
650
|
# @private
|
105
651
|
class Representation < Google::Apis::Core::JsonRepresentation
|
652
|
+
property :database, as: 'database'
|
653
|
+
property :table, as: 'table'
|
106
654
|
end
|
107
655
|
end
|
108
656
|
|
109
|
-
class
|
657
|
+
class MysqlProfile
|
110
658
|
# @private
|
111
659
|
class Representation < Google::Apis::Core::JsonRepresentation
|
112
|
-
|
113
|
-
property :
|
114
|
-
property :
|
115
|
-
property :
|
116
|
-
|
660
|
+
property :hostname, as: 'hostname'
|
661
|
+
property :password, as: 'password'
|
662
|
+
property :port, as: 'port'
|
663
|
+
property :ssl_config, as: 'sslConfig', class: Google::Apis::DatastreamV1::MysqlSslConfig, decorator: Google::Apis::DatastreamV1::MysqlSslConfig::Representation
|
664
|
+
|
665
|
+
property :username, as: 'username'
|
117
666
|
end
|
118
667
|
end
|
119
668
|
|
120
|
-
class
|
669
|
+
class MysqlRdbms
|
121
670
|
# @private
|
122
671
|
class Representation < Google::Apis::Core::JsonRepresentation
|
123
|
-
collection :
|
672
|
+
collection :mysql_databases, as: 'mysqlDatabases', class: Google::Apis::DatastreamV1::MysqlDatabase, decorator: Google::Apis::DatastreamV1::MysqlDatabase::Representation
|
124
673
|
|
125
|
-
property :next_page_token, as: 'nextPageToken'
|
126
674
|
end
|
127
675
|
end
|
128
676
|
|
129
|
-
class
|
677
|
+
class MysqlSourceConfig
|
130
678
|
# @private
|
131
679
|
class Representation < Google::Apis::Core::JsonRepresentation
|
132
|
-
property :
|
133
|
-
|
680
|
+
property :exclude_objects, as: 'excludeObjects', class: Google::Apis::DatastreamV1::MysqlRdbms, decorator: Google::Apis::DatastreamV1::MysqlRdbms::Representation
|
681
|
+
|
682
|
+
property :include_objects, as: 'includeObjects', class: Google::Apis::DatastreamV1::MysqlRdbms, decorator: Google::Apis::DatastreamV1::MysqlRdbms::Representation
|
134
683
|
|
135
684
|
end
|
136
685
|
end
|
137
686
|
|
138
|
-
class
|
687
|
+
class MysqlSslConfig
|
139
688
|
# @private
|
140
689
|
class Representation < Google::Apis::Core::JsonRepresentation
|
141
|
-
property :
|
142
|
-
|
143
|
-
property :
|
144
|
-
|
145
|
-
property :
|
690
|
+
property :ca_certificate, as: 'caCertificate'
|
691
|
+
property :ca_certificate_set, as: 'caCertificateSet'
|
692
|
+
property :client_certificate, as: 'clientCertificate'
|
693
|
+
property :client_certificate_set, as: 'clientCertificateSet'
|
694
|
+
property :client_key, as: 'clientKey'
|
695
|
+
property :client_key_set, as: 'clientKeySet'
|
696
|
+
end
|
697
|
+
end
|
698
|
+
|
699
|
+
class MysqlTable
|
700
|
+
# @private
|
701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
702
|
+
collection :mysql_columns, as: 'mysqlColumns', class: Google::Apis::DatastreamV1::MysqlColumn, decorator: Google::Apis::DatastreamV1::MysqlColumn::Representation
|
703
|
+
|
704
|
+
property :table, as: 'table'
|
146
705
|
end
|
147
706
|
end
|
148
707
|
|
@@ -173,6 +732,154 @@ module Google
|
|
173
732
|
end
|
174
733
|
end
|
175
734
|
|
735
|
+
class OracleColumn
|
736
|
+
# @private
|
737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
738
|
+
property :column, as: 'column'
|
739
|
+
property :data_type, as: 'dataType'
|
740
|
+
property :encoding, as: 'encoding'
|
741
|
+
property :length, as: 'length'
|
742
|
+
property :nullable, as: 'nullable'
|
743
|
+
property :ordinal_position, as: 'ordinalPosition'
|
744
|
+
property :precision, as: 'precision'
|
745
|
+
property :primary_key, as: 'primaryKey'
|
746
|
+
property :scale, as: 'scale'
|
747
|
+
end
|
748
|
+
end
|
749
|
+
|
750
|
+
class OracleObjectIdentifier
|
751
|
+
# @private
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
753
|
+
property :schema, as: 'schema'
|
754
|
+
property :table, as: 'table'
|
755
|
+
end
|
756
|
+
end
|
757
|
+
|
758
|
+
class OracleProfile
|
759
|
+
# @private
|
760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
761
|
+
hash :connection_attributes, as: 'connectionAttributes'
|
762
|
+
property :database_service, as: 'databaseService'
|
763
|
+
property :hostname, as: 'hostname'
|
764
|
+
property :password, as: 'password'
|
765
|
+
property :port, as: 'port'
|
766
|
+
property :username, as: 'username'
|
767
|
+
end
|
768
|
+
end
|
769
|
+
|
770
|
+
class OracleRdbms
|
771
|
+
# @private
|
772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
773
|
+
collection :oracle_schemas, as: 'oracleSchemas', class: Google::Apis::DatastreamV1::OracleSchema, decorator: Google::Apis::DatastreamV1::OracleSchema::Representation
|
774
|
+
|
775
|
+
end
|
776
|
+
end
|
777
|
+
|
778
|
+
class OracleSchema
|
779
|
+
# @private
|
780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
781
|
+
collection :oracle_tables, as: 'oracleTables', class: Google::Apis::DatastreamV1::OracleTable, decorator: Google::Apis::DatastreamV1::OracleTable::Representation
|
782
|
+
|
783
|
+
property :schema, as: 'schema'
|
784
|
+
end
|
785
|
+
end
|
786
|
+
|
787
|
+
class OracleSourceConfig
|
788
|
+
# @private
|
789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
790
|
+
property :exclude_objects, as: 'excludeObjects', class: Google::Apis::DatastreamV1::OracleRdbms, decorator: Google::Apis::DatastreamV1::OracleRdbms::Representation
|
791
|
+
|
792
|
+
property :include_objects, as: 'includeObjects', class: Google::Apis::DatastreamV1::OracleRdbms, decorator: Google::Apis::DatastreamV1::OracleRdbms::Representation
|
793
|
+
|
794
|
+
end
|
795
|
+
end
|
796
|
+
|
797
|
+
class OracleTable
|
798
|
+
# @private
|
799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
800
|
+
collection :oracle_columns, as: 'oracleColumns', class: Google::Apis::DatastreamV1::OracleColumn, decorator: Google::Apis::DatastreamV1::OracleColumn::Representation
|
801
|
+
|
802
|
+
property :table, as: 'table'
|
803
|
+
end
|
804
|
+
end
|
805
|
+
|
806
|
+
class PrivateConnection
|
807
|
+
# @private
|
808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
809
|
+
property :create_time, as: 'createTime'
|
810
|
+
property :display_name, as: 'displayName'
|
811
|
+
property :error, as: 'error', class: Google::Apis::DatastreamV1::Error, decorator: Google::Apis::DatastreamV1::Error::Representation
|
812
|
+
|
813
|
+
hash :labels, as: 'labels'
|
814
|
+
property :name, as: 'name'
|
815
|
+
property :state, as: 'state'
|
816
|
+
property :update_time, as: 'updateTime'
|
817
|
+
property :vpc_peering_config, as: 'vpcPeeringConfig', class: Google::Apis::DatastreamV1::VpcPeeringConfig, decorator: Google::Apis::DatastreamV1::VpcPeeringConfig::Representation
|
818
|
+
|
819
|
+
end
|
820
|
+
end
|
821
|
+
|
822
|
+
class PrivateConnectivity
|
823
|
+
# @private
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
825
|
+
property :private_connection, as: 'privateConnection'
|
826
|
+
end
|
827
|
+
end
|
828
|
+
|
829
|
+
class Route
|
830
|
+
# @private
|
831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
832
|
+
property :create_time, as: 'createTime'
|
833
|
+
property :destination_address, as: 'destinationAddress'
|
834
|
+
property :destination_port, as: 'destinationPort'
|
835
|
+
property :display_name, as: 'displayName'
|
836
|
+
hash :labels, as: 'labels'
|
837
|
+
property :name, as: 'name'
|
838
|
+
property :update_time, as: 'updateTime'
|
839
|
+
end
|
840
|
+
end
|
841
|
+
|
842
|
+
class SourceConfig
|
843
|
+
# @private
|
844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
845
|
+
property :mysql_source_config, as: 'mysqlSourceConfig', class: Google::Apis::DatastreamV1::MysqlSourceConfig, decorator: Google::Apis::DatastreamV1::MysqlSourceConfig::Representation
|
846
|
+
|
847
|
+
property :oracle_source_config, as: 'oracleSourceConfig', class: Google::Apis::DatastreamV1::OracleSourceConfig, decorator: Google::Apis::DatastreamV1::OracleSourceConfig::Representation
|
848
|
+
|
849
|
+
property :source_connection_profile, as: 'sourceConnectionProfile'
|
850
|
+
end
|
851
|
+
end
|
852
|
+
|
853
|
+
class SourceObjectIdentifier
|
854
|
+
# @private
|
855
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
856
|
+
property :mysql_identifier, as: 'mysqlIdentifier', class: Google::Apis::DatastreamV1::MysqlObjectIdentifier, decorator: Google::Apis::DatastreamV1::MysqlObjectIdentifier::Representation
|
857
|
+
|
858
|
+
property :oracle_identifier, as: 'oracleIdentifier', class: Google::Apis::DatastreamV1::OracleObjectIdentifier, decorator: Google::Apis::DatastreamV1::OracleObjectIdentifier::Representation
|
859
|
+
|
860
|
+
end
|
861
|
+
end
|
862
|
+
|
863
|
+
class StartBackfillJobRequest
|
864
|
+
# @private
|
865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
866
|
+
end
|
867
|
+
end
|
868
|
+
|
869
|
+
class StartBackfillJobResponse
|
870
|
+
# @private
|
871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
872
|
+
property :object, as: 'object', class: Google::Apis::DatastreamV1::StreamObject, decorator: Google::Apis::DatastreamV1::StreamObject::Representation
|
873
|
+
|
874
|
+
end
|
875
|
+
end
|
876
|
+
|
877
|
+
class StaticServiceIpConnectivity
|
878
|
+
# @private
|
879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
880
|
+
end
|
881
|
+
end
|
882
|
+
|
176
883
|
class Status
|
177
884
|
# @private
|
178
885
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -182,6 +889,59 @@ module Google
|
|
182
889
|
end
|
183
890
|
end
|
184
891
|
|
892
|
+
class StopBackfillJobRequest
|
893
|
+
# @private
|
894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
895
|
+
end
|
896
|
+
end
|
897
|
+
|
898
|
+
class StopBackfillJobResponse
|
899
|
+
# @private
|
900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
901
|
+
property :object, as: 'object', class: Google::Apis::DatastreamV1::StreamObject, decorator: Google::Apis::DatastreamV1::StreamObject::Representation
|
902
|
+
|
903
|
+
end
|
904
|
+
end
|
905
|
+
|
906
|
+
class Stream
|
907
|
+
# @private
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
909
|
+
property :backfill_all, as: 'backfillAll', class: Google::Apis::DatastreamV1::BackfillAllStrategy, decorator: Google::Apis::DatastreamV1::BackfillAllStrategy::Representation
|
910
|
+
|
911
|
+
property :backfill_none, as: 'backfillNone', class: Google::Apis::DatastreamV1::BackfillNoneStrategy, decorator: Google::Apis::DatastreamV1::BackfillNoneStrategy::Representation
|
912
|
+
|
913
|
+
property :create_time, as: 'createTime'
|
914
|
+
property :customer_managed_encryption_key, as: 'customerManagedEncryptionKey'
|
915
|
+
property :destination_config, as: 'destinationConfig', class: Google::Apis::DatastreamV1::DestinationConfig, decorator: Google::Apis::DatastreamV1::DestinationConfig::Representation
|
916
|
+
|
917
|
+
property :display_name, as: 'displayName'
|
918
|
+
collection :errors, as: 'errors', class: Google::Apis::DatastreamV1::Error, decorator: Google::Apis::DatastreamV1::Error::Representation
|
919
|
+
|
920
|
+
hash :labels, as: 'labels'
|
921
|
+
property :name, as: 'name'
|
922
|
+
property :source_config, as: 'sourceConfig', class: Google::Apis::DatastreamV1::SourceConfig, decorator: Google::Apis::DatastreamV1::SourceConfig::Representation
|
923
|
+
|
924
|
+
property :state, as: 'state'
|
925
|
+
property :update_time, as: 'updateTime'
|
926
|
+
end
|
927
|
+
end
|
928
|
+
|
929
|
+
class StreamObject
|
930
|
+
# @private
|
931
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
932
|
+
property :backfill_job, as: 'backfillJob', class: Google::Apis::DatastreamV1::BackfillJob, decorator: Google::Apis::DatastreamV1::BackfillJob::Representation
|
933
|
+
|
934
|
+
property :create_time, as: 'createTime'
|
935
|
+
property :display_name, as: 'displayName'
|
936
|
+
collection :errors, as: 'errors', class: Google::Apis::DatastreamV1::Error, decorator: Google::Apis::DatastreamV1::Error::Representation
|
937
|
+
|
938
|
+
property :name, as: 'name'
|
939
|
+
property :source_object, as: 'sourceObject', class: Google::Apis::DatastreamV1::SourceObjectIdentifier, decorator: Google::Apis::DatastreamV1::SourceObjectIdentifier::Representation
|
940
|
+
|
941
|
+
property :update_time, as: 'updateTime'
|
942
|
+
end
|
943
|
+
end
|
944
|
+
|
185
945
|
class Validation
|
186
946
|
# @private
|
187
947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -210,6 +970,14 @@ module Google
|
|
210
970
|
|
211
971
|
end
|
212
972
|
end
|
973
|
+
|
974
|
+
class VpcPeeringConfig
|
975
|
+
# @private
|
976
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
977
|
+
property :subnet, as: 'subnet'
|
978
|
+
property :vpc, as: 'vpc'
|
979
|
+
end
|
980
|
+
end
|
213
981
|
end
|
214
982
|
end
|
215
983
|
end
|