google-apis-datastream_v1alpha1 0.31.0 → 0.33.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: 1c581174d20c7c639cb93c41b48198d2f21eb9205e90b6bc15bf3cf0329bc187
4
- data.tar.gz: c6a0addcfdc167aa88f20d09823f7f7826ba46b6fb15819f0fb4ec042dee2cd9
3
+ metadata.gz: eab59c62d806befcb2a4dfaca43cb66e93b257f1bba14ff34b84c44efb312502
4
+ data.tar.gz: d304d879609cd31841c28bfa3c58f11a3d204de62c044a99932c365a434e212b
5
5
  SHA512:
6
- metadata.gz: 95c8693f7e254e4ee998beba9ed93bfb749b2335f840149825981a6b42e89a57565a1ba5ce943d03813554564a79528dfdcbb190e666583bdab2fb175bf8eeed
7
- data.tar.gz: '04518b00c132a012dce18ac38f671132ae0dc2b53838d195a5a203b7157f2d0776920a8f614dab7b8ce3769f4b40648f898f394743949d06cdf592536b446adb'
6
+ metadata.gz: 84a3ad713a5d8c3cfc8973a534028f97b7c750eb19d846cdc10bd3aba22b9c2326d66a60c13a16c9101d018ee63014c2847a9da0bb6a65ac6bb74f1669208f3b
7
+ data.tar.gz: 20a34d77d2ebf6a8741ea777e8fef4defbd6d64393a502f9309afa0d4e14dce1291407ad613691621878f39ee82bbd8ab9d2fcbfa8653098e0638f17f858539c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datastream_v1alpha1
2
2
 
3
+ ### v0.33.0 (2026-07-26)
4
+
5
+ * Regenerated from discovery document revision 20260719
6
+
7
+ ### v0.32.0 (2026-06-14)
8
+
9
+ * Regenerated using generator version 0.19.0
10
+
3
11
  ### v0.31.0 (2026-05-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20260426
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/datastream/) may provide gu
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -466,7 +466,7 @@ module Google
466
466
  # @return [Hash<String,String>]
467
467
  attr_accessor :metadata
468
468
 
469
- # The reason of the error. This is a constant value that identifies the
469
+ # The reason for the error. This is a constant value that identifies the
470
470
  # proximate cause of the error. Error reasons are unique within a particular
471
471
  # domain of errors. This should be at most 63 characters and match a regular
472
472
  # expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
@@ -577,7 +577,7 @@ module Google
577
577
  # @return [Google::Apis::DatastreamV1alpha1::LocalizedMessage]
578
578
  attr_accessor :localized_message
579
579
 
580
- # The reason of the field-level error. This is a constant value that identifies
580
+ # The reason for the field-level error. This is a constant value that identifies
581
581
  # the proximate cause of the field-level error. It should uniquely identify the
582
582
  # type of the FieldViolation within the scope of the google.rpc.ErrorInfo.domain.
583
583
  # This should be at most 63 characters and match a regular expression of `A-Z+[
@@ -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.31.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260426"
25
+ REVISION = "20260719"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastream_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.33.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_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.31.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.33.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="