google-cloud-spanner-admin-instance-v1 2.7.1 → 2.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/spanner/admin/instance/v1/instance_admin/client.rb +2 -0
- data/lib/google/cloud/spanner/admin/instance/v1/instance_admin/operations.rb +2 -0
- data/lib/google/cloud/spanner/admin/instance/v1/instance_admin/rest/client.rb +2 -0
- data/lib/google/cloud/spanner/admin/instance/v1/instance_admin/rest/operations.rb +2 -0
- data/lib/google/cloud/spanner/admin/instance/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: 45c8d8009f1aca779142978faccd9fedcbd41ed1e756e00688225951d2d6af93
|
|
4
|
+
data.tar.gz: ab4ba25c12682a9fff58785cf1d4fbeda727cf8e2efdd8053be262aaa65d43aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68ac936566a9c8a92fa54c8b9983a91cf71d8fa5a8887e0d44f08ec14e0405c9f19aa0d05a85ce6e266063ac9fdd9c15ff9b3c954c4600fd84303b9f13b7d8a5
|
|
7
|
+
data.tar.gz: 0cc506355b3324165a2af9a9942d2d7916fda1cc8e9881ad7eb0bfad4eb852c6646ca5c129e77df0e720505914fb313b592eafe9fd20d754e5956f2bcbe55bd7
|
data/README.md
CHANGED
|
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
85
85
|
|
|
86
86
|
## Supported Ruby Versions
|
|
87
87
|
|
|
88
|
-
This library is supported on Ruby 3.
|
|
88
|
+
This library is supported on Ruby 3.2+.
|
|
89
89
|
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -2888,6 +2888,7 @@ module Google
|
|
|
2888
2888
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2889
2889
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2890
2890
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2891
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2891
2892
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2892
2893
|
# trigger a retry.
|
|
2893
2894
|
# @return [::Hash]
|
|
@@ -2971,6 +2972,7 @@ module Google
|
|
|
2971
2972
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2972
2973
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2973
2974
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2975
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2974
2976
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2975
2977
|
# trigger a retry.
|
|
2976
2978
|
#
|
|
@@ -705,6 +705,7 @@ module Google
|
|
|
705
705
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
706
706
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
707
707
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
708
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
708
709
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
709
710
|
# trigger a retry.
|
|
710
711
|
# @return [::Hash]
|
|
@@ -788,6 +789,7 @@ module Google
|
|
|
788
789
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
789
790
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
790
791
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
792
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
791
793
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
792
794
|
# trigger a retry.
|
|
793
795
|
#
|
|
@@ -2706,6 +2706,7 @@ module Google
|
|
|
2706
2706
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2707
2707
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2708
2708
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2709
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2709
2710
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2710
2711
|
# trigger a retry.
|
|
2711
2712
|
# @return [::Hash]
|
|
@@ -2778,6 +2779,7 @@ module Google
|
|
|
2778
2779
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2779
2780
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2780
2781
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2782
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2781
2783
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2782
2784
|
# trigger a retry.
|
|
2783
2785
|
#
|
|
@@ -543,6 +543,7 @@ module Google
|
|
|
543
543
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
544
544
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
545
545
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
546
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
546
547
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
547
548
|
# trigger a retry.
|
|
548
549
|
# @return [::Hash]
|
|
@@ -615,6 +616,7 @@ module Google
|
|
|
615
616
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
616
617
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
617
618
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
619
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
618
620
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
619
621
|
# trigger a retry.
|
|
620
622
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-spanner-admin-instance-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.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
|