google-cloud-secure_source_manager-v1 2.6.1 → 2.7.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: d8cda2bf02d7fc3b7c0d7ddc6c8b917476f1159535d470cb2fdfe7d691f058f7
4
- data.tar.gz: '046368b72e91757f5e6b79823c6042d816f8d8ada5701982361a805d8443a0e2'
3
+ metadata.gz: ce493ce008d2d93c618116bd3a867bf79114f896879c7200ff93d6462bc0ad01
4
+ data.tar.gz: b595b2b30f5162da93a4585103769a76275834670d790d913c074799d518f50f
5
5
  SHA512:
6
- metadata.gz: f68bee7b2968a60bb96becb8fcc0d10e40d64530bf3bc96637c94521faa680bc6a30044f2bad3ccfa6a8d33243c601c309466a40ce285907a01291d156f9e0e0
7
- data.tar.gz: a810e233795a0037a88fd55c79a0859296ba88daf7654f63de13f3305f3edf850dec80706fd6fa9bff54a45e7503b11bdb7615ac211797f1bc03bc812d0486ad
6
+ metadata.gz: b7b5bfb9299a36b0ec9dadb25d46e6d1d0c1447a1d304bf86928f8b3d0c525f3d5be39489fcef70f72499505cfbe18f9d601ee3515357dfcf07c673ff0001ef0
7
+ data.tar.gz: e7baa919146cc67c6d83bc41ef04ebff187f32618b465c8b659ac54278292081202ff1f6d42e149d10a7fc150c584044b2f7311eaf36ceb540b6a2004fd7b582
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
@@ -5414,6 +5414,7 @@ module Google
5414
5414
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
5415
5415
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
5416
5416
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
5417
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
5417
5418
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
5418
5419
  # trigger a retry.
5419
5420
  # @return [::Hash]
@@ -5497,6 +5498,7 @@ module Google
5497
5498
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
5498
5499
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
5499
5500
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
5501
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
5500
5502
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
5501
5503
  # trigger a retry.
5502
5504
  #
@@ -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
  #
@@ -5019,6 +5019,7 @@ module Google
5019
5019
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
5020
5020
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
5021
5021
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
5022
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
5022
5023
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
5023
5024
  # trigger a retry.
5024
5025
  # @return [::Hash]
@@ -5098,6 +5099,7 @@ module Google
5098
5099
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
5099
5100
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
5100
5101
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
5102
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
5101
5103
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
5102
5104
  # trigger a retry.
5103
5105
  #
@@ -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 SecureSourceManager
23
23
  module V1
24
- VERSION = "2.6.1"
24
+ VERSION = "2.7.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-secure_source_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1
4
+ version: 2.7.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