google-apis-datastream_v1alpha1 0.20.0 → 0.22.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: 2058a2f94ed6ad479dd8a9e1c93fa1a6f2f0560cb2bdb6797f6e62abbf7767b1
4
- data.tar.gz: ba3a0ea050eea15fb5f000b9bd8f1c90fe564ef34a4ec65eb1701b9211ca49eb
3
+ metadata.gz: e03188042c11ba9396bd184030788e329d3aa59bfa98e9f2de557e2e9536fa6c
4
+ data.tar.gz: e90c1e179b6edb7a83565573844bd85c0f9b96ebf1984f56de03cbde56a8df61
5
5
  SHA512:
6
- metadata.gz: fe1a60c986b297020966e5a536a1ea7e3c4184bbf26aaa2b7a2c4acebfd932a27375ee4c9907c1b9b096b72abff4799611a87cd2d85c663925f0612f1fe5636a
7
- data.tar.gz: 4a5c14bea67333694cee68bbe6d9d01d6e785631f7eecb73ac8ad9ca6055b674be71f01294f411629101ee43b8c6a6a4be6170404712d9e7f36c55e057cdf696
6
+ metadata.gz: c773b4261d47361541593c5b34a82a3b8252979ae6fed633771a4b9e0cffe4053679d6aac06555dc7e5b39b7ceb4788c018bfdf7984bb01a76354063b6fe28e6
7
+ data.tar.gz: c2aa3d3b3c22fc88a814ec1bfe7640595edb6e40d8f0d923e549cd4e202502e55c0e658e45672c80af0e77dcabd4efa7051f13e6ead913fb12738ae1b0d35583
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datastream_v1alpha1
2
2
 
3
+ ### v0.22.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241204
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.21.0 (2024-05-19)
9
+
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.20.0 (2024-02-24)
4
13
 
5
14
  * Regenerated using generator version 0.14.0
@@ -1215,9 +1215,9 @@ module Google
1215
1215
  attr_accessor :end_time
1216
1216
 
1217
1217
  # Output only. Identifies whether the user has requested cancellation of the
1218
- # operation. Operations that have successfully been cancelled have Operation.
1219
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1220
- # CANCELLED`.
1218
+ # operation. Operations that have successfully been cancelled have google.
1219
+ # longrunning.Operation.error value with a google.rpc.Status.code of 1,
1220
+ # corresponding to `Code.CANCELLED`.
1221
1221
  # Corresponds to the JSON property `requestedCancellation`
1222
1222
  # @return [Boolean]
1223
1223
  attr_accessor :requested_cancellation
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastreamV1alpha1
18
18
  # Version of the google-apis-datastream_v1alpha1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230802"
25
+ REVISION = "20241204"
26
26
  end
27
27
  end
28
28
  end
@@ -428,8 +428,8 @@ module Google
428
428
  # Clients can use Operations.GetOperation or other methods to check whether the
429
429
  # cancellation succeeded or whether the operation completed despite cancellation.
430
430
  # On successful cancellation, the operation is not deleted; instead, it becomes
431
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
432
- # corresponding to `Code.CANCELLED`.
431
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
432
+ # , corresponding to `Code.CANCELLED`.
433
433
  # @param [String] name
434
434
  # The name of the operation resource to be cancelled.
435
435
  # @param [Google::Apis::DatastreamV1alpha1::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastream_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.22.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-12-15 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.14.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.14.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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Datastream API V1alpha1