google-apis-datastream_v1 0.57.0 → 0.58.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: 061e98bcb519b7c76dd05284faa2f127bb9ecaaae08e6adbe3c6415ebaae9ac9
|
|
4
|
+
data.tar.gz: fcb6552b115ce251abdb036caa441a14d49b007b9f529ee8aea750ae1604f856
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 876ebbe536f3409d535d40d35dc8281d62ec963633c8dd14da28668b2d48ff7e4d624c6728fc1c70d5a73e398eb6f45baaa3960e10c039d0cb3d54049b7f4043
|
|
7
|
+
data.tar.gz: ea7ab336078ea97bdf20057e646fd75b56e0c3036811457f37519fcc024dedb1400fe126e0e20606d8f9785de0a14fba4821277bece5ba857abe08d1875fee71
|
data/CHANGELOG.md
CHANGED
|
@@ -1573,6 +1573,11 @@ module Google
|
|
|
1573
1573
|
# @return [Google::Apis::DatastreamV1::MongodbCluster]
|
|
1574
1574
|
attr_accessor :include_objects
|
|
1575
1575
|
|
|
1576
|
+
# Optional. MongoDB JSON mode to use for the stream.
|
|
1577
|
+
# Corresponds to the JSON property `jsonMode`
|
|
1578
|
+
# @return [String]
|
|
1579
|
+
attr_accessor :json_mode
|
|
1580
|
+
|
|
1576
1581
|
# Optional. Maximum number of concurrent backfill tasks. The number should be
|
|
1577
1582
|
# non-negative and less than or equal to 50. If not set (or set to 0), the
|
|
1578
1583
|
# system's default value is used
|
|
@@ -1588,6 +1593,7 @@ module Google
|
|
|
1588
1593
|
def update!(**args)
|
|
1589
1594
|
@exclude_objects = args[:exclude_objects] if args.key?(:exclude_objects)
|
|
1590
1595
|
@include_objects = args[:include_objects] if args.key?(:include_objects)
|
|
1596
|
+
@json_mode = args[:json_mode] if args.key?(:json_mode)
|
|
1591
1597
|
@max_concurrent_backfill_tasks = args[:max_concurrent_backfill_tasks] if args.key?(:max_concurrent_backfill_tasks)
|
|
1592
1598
|
end
|
|
1593
1599
|
end
|
|
@@ -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.58.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251029"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1312,6 +1312,7 @@ module Google
|
|
|
1312
1312
|
|
|
1313
1313
|
property :include_objects, as: 'includeObjects', class: Google::Apis::DatastreamV1::MongodbCluster, decorator: Google::Apis::DatastreamV1::MongodbCluster::Representation
|
|
1314
1314
|
|
|
1315
|
+
property :json_mode, as: 'jsonMode'
|
|
1315
1316
|
property :max_concurrent_backfill_tasks, as: 'maxConcurrentBackfillTasks'
|
|
1316
1317
|
end
|
|
1317
1318
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.58.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.58.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|