google-cloud-managed_kafka-v1 1.8.0 → 1.9.1

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: 5c2312e33f7caef8c42934e421c03752fce2f1e01188fc122dc2207a41fc364b
4
- data.tar.gz: 3b9ba65bff98b9fd411ca963591baa57de286ba9e5158cc7fcff63e1462d13c9
3
+ metadata.gz: 616ba71088f8f3bbbd7a6c8d0081fc898085c4ac13ae5f9f73f81aa9b020aa31
4
+ data.tar.gz: 5cd4a6d2f2095705e9f034c6e29b37f0caa6991ba6b3d8d28ab0c13e497efe86
5
5
  SHA512:
6
- metadata.gz: b6df82bb7af5bd726298e6bd93eeddb627d7fe1fce61194ee4e7c68ff1554bf8d8c6b223185bea33f71dfe793716d1ab6f5fee7546c79310641c45baa1b204f5
7
- data.tar.gz: 8377a2835f758a3ad567ab46ce2bea006a0dc61ecbef30f26998e628f8da41a11524a7da1d64a0e753edcf0fb6cfb6d919f42808e6b6ac1d40fe853776e40ab7
6
+ metadata.gz: a0786c5abbe4c42ef37185669584c50c40302cebdabf942085bfc7a6339c4f7da5e8bdf75b1c90367eea018ea49a77818e40ce7a2ef4b792dc174541b37563e0
7
+ data.tar.gz: 00f274b45b10e3f67704bfb09e8f922b77ebf0dc93d5de195df9b48fc785ef98ae5b5a4f6573b71413fb82763f79e48d8d3487facd2f80d67436a850572a3c81
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 3.0+.
88
+ This library is supported on Ruby 3.2+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -2395,6 +2395,7 @@ module Google
2395
2395
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2396
2396
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2397
2397
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2398
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2398
2399
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2399
2400
  # trigger a retry.
2400
2401
  # @return [::Hash]
@@ -2478,6 +2479,7 @@ module Google
2478
2479
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2479
2480
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2480
2481
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2482
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2481
2483
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2482
2484
  # trigger a retry.
2483
2485
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -2216,6 +2216,7 @@ module Google
2216
2216
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2217
2217
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2218
2218
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2219
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2219
2220
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2220
2221
  # trigger a retry.
2221
2222
  # @return [::Hash]
@@ -2295,6 +2296,7 @@ module Google
2295
2296
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2296
2297
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2297
2298
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2299
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2298
2300
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2299
2301
  # trigger a retry.
2300
2302
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -1163,7 +1163,7 @@ module Google
1163
1163
  uri_method: :get,
1164
1164
  uri_template: "/v1/{name}",
1165
1165
  matches: [
1166
- ["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(?:/.*)?$}, true]
1166
+ ["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(?:/(?<__wildcard__>.*))?$}, true]
1167
1167
  ]
1168
1168
  )
1169
1169
  transcoder.transcode request_pb
@@ -1185,7 +1185,7 @@ module Google
1185
1185
  uri_template: "/v1/{consumer_group.name}",
1186
1186
  body: "consumer_group",
1187
1187
  matches: [
1188
- ["consumer_group.name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(?:/.*)?$}, true]
1188
+ ["consumer_group.name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(?:/(?<__wildcard__>.*))?$}, true]
1189
1189
  ]
1190
1190
  )
1191
1191
  transcoder.transcode request_pb
@@ -1206,7 +1206,7 @@ module Google
1206
1206
  uri_method: :delete,
1207
1207
  uri_template: "/v1/{name}",
1208
1208
  matches: [
1209
- ["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(?:/.*)?$}, true]
1209
+ ["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/consumerGroups(?:/(?<__wildcard__>.*))?$}, true]
1210
1210
  ]
1211
1211
  )
1212
1212
  transcoder.transcode request_pb
@@ -1248,7 +1248,7 @@ module Google
1248
1248
  uri_method: :get,
1249
1249
  uri_template: "/v1/{name}",
1250
1250
  matches: [
1251
- ["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/.*)?$}, true]
1251
+ ["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
1252
1252
  ]
1253
1253
  )
1254
1254
  transcoder.transcode request_pb
@@ -1292,7 +1292,7 @@ module Google
1292
1292
  uri_template: "/v1/{acl.name}",
1293
1293
  body: "acl",
1294
1294
  matches: [
1295
- ["acl.name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/.*)?$}, true]
1295
+ ["acl.name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
1296
1296
  ]
1297
1297
  )
1298
1298
  transcoder.transcode request_pb
@@ -1313,7 +1313,7 @@ module Google
1313
1313
  uri_method: :delete,
1314
1314
  uri_template: "/v1/{name}",
1315
1315
  matches: [
1316
- ["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/.*)?$}, true]
1316
+ ["name", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
1317
1317
  ]
1318
1318
  )
1319
1319
  transcoder.transcode request_pb
@@ -1335,7 +1335,7 @@ module Google
1335
1335
  uri_template: "/v1/{acl}:addAclEntry",
1336
1336
  body: "acl_entry",
1337
1337
  matches: [
1338
- ["acl", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/.*)?$}, true]
1338
+ ["acl", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
1339
1339
  ]
1340
1340
  )
1341
1341
  transcoder.transcode request_pb
@@ -1357,7 +1357,7 @@ module Google
1357
1357
  uri_template: "/v1/{acl}:removeAclEntry",
1358
1358
  body: "acl_entry",
1359
1359
  matches: [
1360
- ["acl", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/.*)?$}, true]
1360
+ ["acl", %r{^projects/[^/]+/locations/[^/]+/clusters/[^/]+/acls(?:/(?<__wildcard__>.*))?$}, true]
1361
1361
  ]
1362
1362
  )
1363
1363
  transcoder.transcode request_pb
@@ -1703,6 +1703,7 @@ module Google
1703
1703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1704
1704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1705
1705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1706
1707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1707
1708
  # trigger a retry.
1708
1709
  # @return [::Hash]
@@ -1786,6 +1787,7 @@ module Google
1786
1787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1787
1788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1788
1789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1789
1791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1790
1792
  # trigger a retry.
1791
1793
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -1573,6 +1573,7 @@ module Google
1573
1573
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1574
1574
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1575
1575
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1576
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1576
1577
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1577
1578
  # trigger a retry.
1578
1579
  # @return [::Hash]
@@ -1652,6 +1653,7 @@ module Google
1652
1653
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1653
1654
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1654
1655
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1656
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1655
1657
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1656
1658
  # trigger a retry.
1657
1659
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ManagedKafka
23
23
  module V1
24
- VERSION = "1.8.0"
24
+ VERSION = "1.9.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-managed_kafka-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement