google-cloud-service_directory-v1beta1 0.21.1 → 0.22.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: 81eb2b702da720f7089eff89b9db0ab8c58ef23818faee50b81bf9694db06e8c
4
- data.tar.gz: 560913fdd02a6fdd0c6f79b870ce54f608d1c33d75d62326989f499890a96d63
3
+ metadata.gz: b212e281854de3f4b4e6f226810047a53cbc8a661401ea7f8d6501bfe1c5a777
4
+ data.tar.gz: b4fb42cc4fcc35eeb15080bb50def9dde11d7435441e711d9ddabdf5ea91e420
5
5
  SHA512:
6
- metadata.gz: 1156c7cd21f3c48ef0050074b84729a3e39626a828a022eecfba5ff4ed004a4d037a21867f10ea15e84d9d78d77d68f2b692b4ac288d64201dbe55832425d2e2
7
- data.tar.gz: ecc7cff3349e01bb19df3480382c6e341f4958e7ca62933732947a0f45f611eae40cdf4662a858a4f37f2637e6007cda58e1c381ea6b0b43c88e20ce11c0daf5
6
+ metadata.gz: eca682835ffce9296edfe78f070f959014509cf02928ed895f5810a439663b551e484934b73894aab683a0de137e7ebc566f488f764999f7f4e1bcaf2d4e9fd8
7
+ data.tar.gz: 96a735c20a07f58b3534b38fb56513ae5cc3542dfa85fc5309453710e2d687e855eac151781e12ef54c847ef61fa328eea57bdc6cad1ecf5cda516ca6d8291f8
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
@@ -428,6 +428,7 @@ module Google
428
428
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
429
429
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
430
430
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
431
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
431
432
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
432
433
  # trigger a retry.
433
434
  # @return [::Hash]
@@ -511,6 +512,7 @@ module Google
511
512
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
512
513
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
513
514
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
515
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
514
516
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
515
517
  # trigger a retry.
516
518
  #
@@ -389,6 +389,7 @@ module Google
389
389
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
390
390
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
391
391
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
392
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
392
393
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
393
394
  # trigger a retry.
394
395
  # @return [::Hash]
@@ -468,6 +469,7 @@ module Google
468
469
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
469
470
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
470
471
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
472
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
471
473
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
472
474
  # trigger a retry.
473
475
  #
@@ -2076,6 +2076,7 @@ module Google
2076
2076
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2077
2077
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2078
2078
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2079
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2079
2080
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2080
2081
  # trigger a retry.
2081
2082
  # @return [::Hash]
@@ -2159,6 +2160,7 @@ module Google
2159
2160
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2160
2161
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2161
2162
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2163
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2162
2164
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2163
2165
  # trigger a retry.
2164
2166
  #
@@ -1918,6 +1918,7 @@ module Google
1918
1918
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1919
1919
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1920
1920
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1921
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1921
1922
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1922
1923
  # trigger a retry.
1923
1924
  # @return [::Hash]
@@ -1997,6 +1998,7 @@ module Google
1997
1998
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1998
1999
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1999
2000
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2001
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2000
2002
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2001
2003
  # trigger a retry.
2002
2004
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceDirectory
23
23
  module V1beta1
24
- VERSION = "0.21.1"
24
+ VERSION = "0.22.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-service_directory-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.1
4
+ version: 0.22.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