google-apis-datastream_v1 0.35.0 → 0.37.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bec43d64e997793d1628c55611f00e55bd9cbc67302d50ab8c95d27ec66f5898
|
4
|
+
data.tar.gz: b1cb3d9fa339a319de757111ae80296613fe1bdaa6c0231548a58057061237b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25fcb5d0077c7510d53549a464894d56584d24e0206a2e9c3d77e50e80717e5f3b3897cb11debf16cde0f5f095d65bcc98d782b47ff093024af7504a027c97cf
|
7
|
+
data.tar.gz: 7c36614f33bd2dbfa893f8cd4d58a51c927200b0861451e7a5a0b5d173dc83d3d3e1e398804888e69caede9a1159ec05d17ed3e50d5cdc03d5956d7d9311fd8f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-datastream_v1
|
2
2
|
|
3
|
+
### v0.37.0 (2024-06-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240515
|
6
|
+
|
7
|
+
### v0.36.0 (2024-05-19)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.15.0
|
10
|
+
|
3
11
|
### v0.35.0 (2024-04-21)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240410
|
@@ -2381,6 +2381,19 @@ module Google
|
|
2381
2381
|
end
|
2382
2382
|
end
|
2383
2383
|
|
2384
|
+
# Configuration to use Change Tables CDC read method.
|
2385
|
+
class SqlServerChangeTables
|
2386
|
+
include Google::Apis::Core::Hashable
|
2387
|
+
|
2388
|
+
def initialize(**args)
|
2389
|
+
update!(**args)
|
2390
|
+
end
|
2391
|
+
|
2392
|
+
# Update properties of this object
|
2393
|
+
def update!(**args)
|
2394
|
+
end
|
2395
|
+
end
|
2396
|
+
|
2384
2397
|
# SQLServer Column.
|
2385
2398
|
class SqlServerColumn
|
2386
2399
|
include Google::Apis::Core::Hashable
|
@@ -2560,6 +2573,11 @@ module Google
|
|
2560
2573
|
class SqlServerSourceConfig
|
2561
2574
|
include Google::Apis::Core::Hashable
|
2562
2575
|
|
2576
|
+
# Configuration to use Change Tables CDC read method.
|
2577
|
+
# Corresponds to the JSON property `changeTables`
|
2578
|
+
# @return [Google::Apis::DatastreamV1::SqlServerChangeTables]
|
2579
|
+
attr_accessor :change_tables
|
2580
|
+
|
2563
2581
|
# SQLServer database structure.
|
2564
2582
|
# Corresponds to the JSON property `excludeObjects`
|
2565
2583
|
# @return [Google::Apis::DatastreamV1::SqlServerRdbms]
|
@@ -2580,16 +2598,23 @@ module Google
|
|
2580
2598
|
# @return [Fixnum]
|
2581
2599
|
attr_accessor :max_concurrent_cdc_tasks
|
2582
2600
|
|
2601
|
+
# Configuration to use Transaction Logs CDC read method.
|
2602
|
+
# Corresponds to the JSON property `transactionLogs`
|
2603
|
+
# @return [Google::Apis::DatastreamV1::SqlServerTransactionLogs]
|
2604
|
+
attr_accessor :transaction_logs
|
2605
|
+
|
2583
2606
|
def initialize(**args)
|
2584
2607
|
update!(**args)
|
2585
2608
|
end
|
2586
2609
|
|
2587
2610
|
# Update properties of this object
|
2588
2611
|
def update!(**args)
|
2612
|
+
@change_tables = args[:change_tables] if args.key?(:change_tables)
|
2589
2613
|
@exclude_objects = args[:exclude_objects] if args.key?(:exclude_objects)
|
2590
2614
|
@include_objects = args[:include_objects] if args.key?(:include_objects)
|
2591
2615
|
@max_concurrent_backfill_tasks = args[:max_concurrent_backfill_tasks] if args.key?(:max_concurrent_backfill_tasks)
|
2592
2616
|
@max_concurrent_cdc_tasks = args[:max_concurrent_cdc_tasks] if args.key?(:max_concurrent_cdc_tasks)
|
2617
|
+
@transaction_logs = args[:transaction_logs] if args.key?(:transaction_logs)
|
2593
2618
|
end
|
2594
2619
|
end
|
2595
2620
|
|
@@ -2619,6 +2644,19 @@ module Google
|
|
2619
2644
|
end
|
2620
2645
|
end
|
2621
2646
|
|
2647
|
+
# Configuration to use Transaction Logs CDC read method.
|
2648
|
+
class SqlServerTransactionLogs
|
2649
|
+
include Google::Apis::Core::Hashable
|
2650
|
+
|
2651
|
+
def initialize(**args)
|
2652
|
+
update!(**args)
|
2653
|
+
end
|
2654
|
+
|
2655
|
+
# Update properties of this object
|
2656
|
+
def update!(**args)
|
2657
|
+
end
|
2658
|
+
end
|
2659
|
+
|
2622
2660
|
# Request for manually initiating a backfill job for a specific stream object.
|
2623
2661
|
class StartBackfillJobRequest
|
2624
2662
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatastreamV1
|
18
18
|
# Version of the google-apis-datastream_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240515"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -442,6 +442,12 @@ module Google
|
|
442
442
|
include Google::Apis::Core::JsonObjectSupport
|
443
443
|
end
|
444
444
|
|
445
|
+
class SqlServerChangeTables
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
445
451
|
class SqlServerColumn
|
446
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
453
|
|
@@ -484,6 +490,12 @@ module Google
|
|
484
490
|
include Google::Apis::Core::JsonObjectSupport
|
485
491
|
end
|
486
492
|
|
493
|
+
class SqlServerTransactionLogs
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
487
499
|
class StartBackfillJobRequest
|
488
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
501
|
|
@@ -1282,6 +1294,12 @@ module Google
|
|
1282
1294
|
end
|
1283
1295
|
end
|
1284
1296
|
|
1297
|
+
class SqlServerChangeTables
|
1298
|
+
# @private
|
1299
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1300
|
+
end
|
1301
|
+
end
|
1302
|
+
|
1285
1303
|
class SqlServerColumn
|
1286
1304
|
# @private
|
1287
1305
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1335,12 +1353,16 @@ module Google
|
|
1335
1353
|
class SqlServerSourceConfig
|
1336
1354
|
# @private
|
1337
1355
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1356
|
+
property :change_tables, as: 'changeTables', class: Google::Apis::DatastreamV1::SqlServerChangeTables, decorator: Google::Apis::DatastreamV1::SqlServerChangeTables::Representation
|
1357
|
+
|
1338
1358
|
property :exclude_objects, as: 'excludeObjects', class: Google::Apis::DatastreamV1::SqlServerRdbms, decorator: Google::Apis::DatastreamV1::SqlServerRdbms::Representation
|
1339
1359
|
|
1340
1360
|
property :include_objects, as: 'includeObjects', class: Google::Apis::DatastreamV1::SqlServerRdbms, decorator: Google::Apis::DatastreamV1::SqlServerRdbms::Representation
|
1341
1361
|
|
1342
1362
|
property :max_concurrent_backfill_tasks, as: 'maxConcurrentBackfillTasks'
|
1343
1363
|
property :max_concurrent_cdc_tasks, as: 'maxConcurrentCdcTasks'
|
1364
|
+
property :transaction_logs, as: 'transactionLogs', class: Google::Apis::DatastreamV1::SqlServerTransactionLogs, decorator: Google::Apis::DatastreamV1::SqlServerTransactionLogs::Representation
|
1365
|
+
|
1344
1366
|
end
|
1345
1367
|
end
|
1346
1368
|
|
@@ -1353,6 +1375,12 @@ module Google
|
|
1353
1375
|
end
|
1354
1376
|
end
|
1355
1377
|
|
1378
|
+
class SqlServerTransactionLogs
|
1379
|
+
# @private
|
1380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1381
|
+
end
|
1382
|
+
end
|
1383
|
+
|
1356
1384
|
class StartBackfillJobRequest
|
1357
1385
|
# @private
|
1358
1386
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datastream_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.37.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.37.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|