google-cloud-netapp-v1 2.11.0 → 2.12.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: e1c65cf6cad8ab5c329bbeffd9cdc55dab1197a8b0d1428f6c52658e58c7ca3a
4
- data.tar.gz: 88cf9498f26dc8959d4a29d95328c91f648902a40e94d375eab64cf8d00baba7
3
+ metadata.gz: e89157f987ab1ca6231e23c89b281d79feff61c53bd812d0e3a8a640739d5b71
4
+ data.tar.gz: ed07188cae4fee05aea0021df0eb69d4622d8b42ab1ccd68ac3f3703edeb61b9
5
5
  SHA512:
6
- metadata.gz: 8d60ea6fc9818b5eec980982d9f2d9427876c28a58a0a4eef93f4d28622df6aac635843ec8a548434b232cc808af2cce373b40b28cfaf97479c68c5ba55ec65b
7
- data.tar.gz: 3f47f33ab10fae4379b19736dfdb2f042beef61aa78bd440a381d3f9cb3cf43d2189a6127ad0deadf8164d69fd99ba439faca3e636ccf9f20076cd57f61014ea
6
+ metadata.gz: 42c3f90bcd846c64503bf689e484f52c991e001bb2c838635d2c266618b9f4b4a1bdf520ab34ae049f89957ed51269dee1ce181f40a74fd14420d6f45475a7b9
7
+ data.tar.gz: fd2b41c332eb81491d5f53cea51e299087b75cac8b64d851a32175fe78fa6646336b5583fb767ac59113290a30acd5c0e4700a7da8b9b3e6d528ed478a64b077
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
@@ -7352,6 +7352,7 @@ module Google
7352
7352
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
7353
7353
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
7354
7354
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
7355
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
7355
7356
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
7356
7357
  # trigger a retry.
7357
7358
  # @return [::Hash]
@@ -7435,6 +7436,7 @@ module Google
7435
7436
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
7436
7437
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
7437
7438
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
7439
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
7438
7440
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
7439
7441
  # trigger a retry.
7440
7442
  #
@@ -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
  #
@@ -6823,6 +6823,7 @@ module Google
6823
6823
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
6824
6824
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
6825
6825
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
6826
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
6826
6827
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
6827
6828
  # trigger a retry.
6828
6829
  # @return [::Hash]
@@ -6902,6 +6903,7 @@ module Google
6902
6903
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
6903
6904
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
6904
6905
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
6906
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
6905
6907
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
6906
6908
  # trigger a retry.
6907
6909
  #
@@ -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 NetApp
23
23
  module V1
24
- VERSION = "2.11.0"
24
+ VERSION = "2.12.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-netapp-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.0
4
+ version: 2.12.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