google-apis-datastream_v1 0.28.0 → 0.29.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: 3119f9d8d60fc7ce2f08bcd35c0f7a32ff315396e9230b034cfb429be80ad355
4
- data.tar.gz: eb32c51c1e272eec57aa62679fca19c380f7c333317e2d9779f6445685612959
3
+ metadata.gz: 0e0260b6b67be012062c00bd012dd129cc5b1c651cf3626b8fa4a11cc2d00661
4
+ data.tar.gz: c6b5e61372f57747ec1c76662ea87c4ac2b55f87089a6270e71611c6e9ad25be
5
5
  SHA512:
6
- metadata.gz: 2c8cfa1657373861688067de493161abdcee3e604b3cff092c39fd2309b0a5a6cfd7c1070200e62d9539d7a6b029eaa4a8b00e2c900ac5c94f8585afd0d4ec4e
7
- data.tar.gz: c4661cd48e430990192c05d704dd64121cb3acbcc548bda8762f1f9e9fb6b48aa24e884ae8c82f8fbbacfbf2788d80626e1596be94fb0bff7abe11f0c32d0f22
6
+ metadata.gz: 044dbba562e05ffd1da1946a58d5e9f19314f7c3c1873459dbe4663da13fa8e36394f69e02904a96402df0723b7cdb6dadff4ef5b084bfe9811500b64764e932
7
+ data.tar.gz: e92f5c3d438fae0f2763b9bd21e0af23bc87be5dbe07826c0ea53b31e31f3299800c80765061ddc1874f9f8deafee15f8614bf6e6aff64dd12942c12b2050a73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastream_v1
2
2
 
3
+ ### v0.29.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230802
6
+
3
7
  ### v0.28.0 (2023-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230719
@@ -1369,13 +1369,13 @@ module Google
1369
1369
  # @return [String]
1370
1370
  attr_accessor :name
1371
1371
 
1372
- # The normal response of the operation in case of success. If the original
1373
- # method returns no data on success, such as `Delete`, the response is `google.
1374
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1375
- # the response should be the resource. For other methods, the response should
1376
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1377
- # example, if the original method name is `TakeSnapshot()`, the inferred
1378
- # response type is `TakeSnapshotResponse`.
1372
+ # The normal, successful response of the operation. If the original method
1373
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1374
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1375
+ # response should be the resource. For other methods, the response should have
1376
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1377
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1378
+ # `TakeSnapshotResponse`.
1379
1379
  # Corresponds to the JSON property `response`
1380
1380
  # @return [Hash<String,Object>]
1381
1381
  attr_accessor :response
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230719"
25
+ REVISION = "20230802"
26
26
  end
27
27
  end
28
28
  end
@@ -1157,7 +1157,7 @@ module Google
1157
1157
  end
1158
1158
 
1159
1159
  # Use this method to start, resume or recover a stream with a non default CDC
1160
- # strategy.
1160
+ # strategy. NOTE: This feature is currently experimental.
1161
1161
  # @param [String] name
1162
1162
  # Required. Name of the stream resource to start, in the format: projects/`
1163
1163
  # project_id`/locations/`location`/streams/`stream_name`
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.28.0
4
+ version: 0.29.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.29.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: []