google-cloud-service_usage-v1 1.7.1 → 1.8.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_usage/v1/service_usage/client.rb +2 -0
- data/lib/google/cloud/service_usage/v1/service_usage/operations.rb +2 -0
- data/lib/google/cloud/service_usage/v1/service_usage/rest/client.rb +2 -0
- data/lib/google/cloud/service_usage/v1/service_usage/rest/operations.rb +2 -0
- data/lib/google/cloud/service_usage/v1/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: a1707ba6d1840a92bc6e81c25a020ad29b160bef2d5b2eb695cbc24e7d87f2c8
|
|
4
|
+
data.tar.gz: 98b86a792bfd976d4a7dcdc037bfb88d6e24a90428bbae9f0f403bb4c475f340
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae1ecfe04066524ad3cfb3e0d8653b323a244105e1b4d62b7219612c8ecb5ea99456a547d898271aa7d24b31ac094d5abbe670f6cc4fa93bbd1be8f8e7a57abd
|
|
7
|
+
data.tar.gz: 6fbafbc18dc72ea8bd4b4b08c9b6bb063293f3c874e68d16d5af792104fa5240ca9924ff64dc519959070dd2991564add79ec96c4e33ef16b93a5991d5cd9c97
|
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
|
|
@@ -930,6 +930,7 @@ module Google
|
|
|
930
930
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
931
931
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
932
932
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
933
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
933
934
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
934
935
|
# trigger a retry.
|
|
935
936
|
# @return [::Hash]
|
|
@@ -1013,6 +1014,7 @@ module Google
|
|
|
1013
1014
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1014
1015
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1015
1016
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1017
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1016
1018
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1017
1019
|
# trigger a retry.
|
|
1018
1020
|
#
|
|
@@ -695,6 +695,7 @@ module Google
|
|
|
695
695
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
696
696
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
697
697
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
698
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
698
699
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
699
700
|
# trigger a retry.
|
|
700
701
|
# @return [::Hash]
|
|
@@ -778,6 +779,7 @@ module Google
|
|
|
778
779
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
779
780
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
780
781
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
782
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
781
783
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
782
784
|
# trigger a retry.
|
|
783
785
|
#
|
|
@@ -855,6 +855,7 @@ module Google
|
|
|
855
855
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
856
856
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
857
857
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
858
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
858
859
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
859
860
|
# trigger a retry.
|
|
860
861
|
# @return [::Hash]
|
|
@@ -927,6 +928,7 @@ module Google
|
|
|
927
928
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
928
929
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
929
930
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
931
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
930
932
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
931
933
|
# trigger a retry.
|
|
932
934
|
#
|
|
@@ -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
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-service_usage-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.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
|