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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/service_directory/v1beta1/lookup_service/client.rb +2 -0
- data/lib/google/cloud/service_directory/v1beta1/lookup_service/rest/client.rb +2 -0
- data/lib/google/cloud/service_directory/v1beta1/registration_service/client.rb +2 -0
- data/lib/google/cloud/service_directory/v1beta1/registration_service/rest/client.rb +2 -0
- data/lib/google/cloud/service_directory/v1beta1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b212e281854de3f4b4e6f226810047a53cbc8a661401ea7f8d6501bfe1c5a777
|
|
4
|
+
data.tar.gz: b4fb42cc4fcc35eeb15080bb50def9dde11d7435441e711d9ddabdf5ea91e420
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
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.
|
|
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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|