google-cloud-os_config-v1 1.8.1 → 1.9.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: 1cc7a26a54e93607fa176e4ef07610dc1c2184b35251e93e90e66cf567244263
4
- data.tar.gz: c14c90aedef063ef6d8737df2117f091f5f80b065bd91d07ec3617f2e320a163
3
+ metadata.gz: 5b4d0ef4b9dbed81debfc1dd0faecb11dd7539bb75462bf6a7be799bcb2aa904
4
+ data.tar.gz: ec14ce3d04fd8c7e221816524c178af9068d7ef7934191216c575763f57e43e3
5
5
  SHA512:
6
- metadata.gz: 1193298ff44a4c44e215e7169ff29a1ce167a7a319ea93b7a410e3d481cab6c5aefe6ffc330a1bd5b922c09a69e5f60fdfba67f55c2fe178d6d5072e34141ddb
7
- data.tar.gz: c51341004777a704a4906f79ac27c625ea7d026f6617c627a131529d1e8af6387f23f77a155ee0dbae8fdd0fd7524fa66b45be8be91a3f241afe0a5a0974243b
6
+ metadata.gz: b98c8c1d5beafdfe01ffa644b53488f574135f4d0f0df587e082b7f2e85ffbb983638f3530aea5fa4cfe4b6a44dcab0e4ab21af38fd8304d646645a41dbcbff8
7
+ data.tar.gz: 0bdbf4d5404b864406b8df4239b6bc5dc475c1fc35bc04220ac1d70ca2838aed06de9f2d77427ae8f6d8b43c63befe88aad4d7a4cfc27c89e3ded33d82e4b883
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -1392,6 +1392,7 @@ module Google
1392
1392
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1393
1393
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1394
1394
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1395
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1395
1396
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1396
1397
  # trigger a retry.
1397
1398
  # @return [::Hash]
@@ -1475,6 +1476,7 @@ module Google
1475
1476
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1476
1477
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1477
1478
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1479
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1478
1480
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1479
1481
  # trigger a retry.
1480
1482
  #
@@ -1275,6 +1275,7 @@ module Google
1275
1275
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1276
1276
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1277
1277
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1278
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1278
1279
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1279
1280
  # trigger a retry.
1280
1281
  # @return [::Hash]
@@ -1347,6 +1348,7 @@ module Google
1347
1348
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1348
1349
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1349
1350
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1351
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1350
1352
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1351
1353
  # trigger a retry.
1352
1354
  #
@@ -1542,6 +1542,7 @@ module Google
1542
1542
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1543
1543
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1544
1544
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1545
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1545
1546
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1546
1547
  # trigger a retry.
1547
1548
  # @return [::Hash]
@@ -1625,6 +1626,7 @@ module Google
1625
1626
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1626
1627
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1627
1628
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1629
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1628
1630
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1629
1631
  # trigger a retry.
1630
1632
  #
@@ -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
  #
@@ -1425,6 +1425,7 @@ module Google
1425
1425
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1426
1426
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1427
1427
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1428
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1428
1429
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1429
1430
  # trigger a retry.
1430
1431
  # @return [::Hash]
@@ -1497,6 +1498,7 @@ module Google
1497
1498
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1498
1499
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1499
1500
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1501
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1500
1502
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1501
1503
  # trigger a retry.
1502
1504
  #
@@ -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 OsConfig
23
23
  module V1
24
- VERSION = "1.8.1"
24
+ VERSION = "1.9.0"
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-os_config-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.9.0
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