google-cloud-spanner-admin-database-v1 1.13.1 → 1.14.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/database/v1/database_admin/client.rb +2 -0
- data/lib/google/cloud/spanner/admin/database/v1/database_admin/operations.rb +2 -0
- data/lib/google/cloud/spanner/admin/database/v1/database_admin/rest/client.rb +2 -0
- data/lib/google/cloud/spanner/admin/database/v1/database_admin/rest/operations.rb +2 -0
- data/lib/google/cloud/spanner/admin/database/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: e4e5d4d1c4885b764627836ccf6c9f1138cfa3e744e0dacabfc053eeeb753306
|
|
4
|
+
data.tar.gz: a8221f4e841e930361ea0744117edbef9dda7d3cfafbc03fc5e3a0615c951759
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb7e48692981a1db2a38ec9106c70842569c549b2e39a44a343281796a7796d3347ab41e1a6c795e4c87d26aa16a623f394fd1eace2790e219abe64c85edb12f
|
|
7
|
+
data.tar.gz: 61250b0b7eedc7f8140dbeba2bcacfcd0cafb94ec021dec5e5837cea69e091ae67eadd991c936468a41f1d6ac15735c1598db4158bebea1ec9523f12bc16cb41
|
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
|
|
@@ -3364,6 +3364,7 @@ module Google
|
|
|
3364
3364
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3365
3365
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3366
3366
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3367
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3367
3368
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3368
3369
|
# trigger a retry.
|
|
3369
3370
|
# @return [::Hash]
|
|
@@ -3447,6 +3448,7 @@ module Google
|
|
|
3447
3448
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3448
3449
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3449
3450
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3451
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3450
3452
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3451
3453
|
# trigger a retry.
|
|
3452
3454
|
#
|
|
@@ -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
|
#
|
|
@@ -3061,6 +3061,7 @@ module Google
|
|
|
3061
3061
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3062
3062
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3063
3063
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3064
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3064
3065
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3065
3066
|
# trigger a retry.
|
|
3066
3067
|
# @return [::Hash]
|
|
@@ -3133,6 +3134,7 @@ module Google
|
|
|
3133
3134
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3134
3135
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3135
3136
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3137
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3136
3138
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3137
3139
|
# trigger a retry.
|
|
3138
3140
|
#
|
|
@@ -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-database-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.14.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
|