google-apis-datastream_v1 0.39.0 → 0.40.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7993d02e0af5c7cc3fdea21f0f98cf7fb0b6a231a55072526b8996d5cef38c01
|
4
|
+
data.tar.gz: 37ebcc2de6477712e3b259142563ffa5adde3776e598b714529166cf784a4fdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d7a0a770de1f0f88a3ddb5f7fc1d59adbdcbb5400fcae9d47d4a32a0f1ce3deb444248ff99038ca752e557502852687730affb8b6ea925f24a7e45d6515cc45
|
7
|
+
data.tar.gz: 21b68e27b73edff823fae615897959025a44c6b0b192b1bed66af5127cc256c2774090395afd0269acb1e6885a3f987b211854ba71b2f009f3a841882bd66f26
|
data/CHANGELOG.md
CHANGED
@@ -2237,6 +2237,12 @@ module Google
|
|
2237
2237
|
# @return [Google::Apis::DatastreamV1::CdcStrategy]
|
2238
2238
|
attr_accessor :cdc_strategy
|
2239
2239
|
|
2240
|
+
# Optional. Update the stream without validating it.
|
2241
|
+
# Corresponds to the JSON property `force`
|
2242
|
+
# @return [Boolean]
|
2243
|
+
attr_accessor :force
|
2244
|
+
alias_method :force?, :force
|
2245
|
+
|
2240
2246
|
def initialize(**args)
|
2241
2247
|
update!(**args)
|
2242
2248
|
end
|
@@ -2244,6 +2250,7 @@ module Google
|
|
2244
2250
|
# Update properties of this object
|
2245
2251
|
def update!(**args)
|
2246
2252
|
@cdc_strategy = args[:cdc_strategy] if args.key?(:cdc_strategy)
|
2253
|
+
@force = args[:force] if args.key?(:force)
|
2247
2254
|
end
|
2248
2255
|
end
|
2249
2256
|
|
@@ -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.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240904"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1241,6 +1241,7 @@ module Google
|
|
1241
1241
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1242
1242
|
property :cdc_strategy, as: 'cdcStrategy', class: Google::Apis::DatastreamV1::CdcStrategy, decorator: Google::Apis::DatastreamV1::CdcStrategy::Representation
|
1243
1243
|
|
1244
|
+
property :force, as: 'force'
|
1244
1245
|
end
|
1245
1246
|
end
|
1246
1247
|
|
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.40.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-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.40.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: []
|