google-cloud-security-private_ca-v1 2.7.0 → 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/security/private_ca/v1/certificate_authority_service/client.rb +2 -0
- data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/operations.rb +2 -0
- data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/rest/client.rb +2 -0
- data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/rest/operations.rb +2 -0
- data/lib/google/cloud/security/private_ca/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: bdd0111339c7f997ddaad4529d5a03ccef170b9e737d0c5b36a4defc05d94d93
|
|
4
|
+
data.tar.gz: 5bf97ae4f2bd272110a1f01d9a89ea6b2615957947d20b91702bffd444eb3360
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae38a2b42a20dfbab3ac929b15919c9eb6392b5e937804c33e4babe9576471d2fcae28d2a0ec8222adbe1a228a8eee4553c2509e5c0f8b363b96a7e60700d36e
|
|
7
|
+
data.tar.gz: 2a136d4197c7c2c9dd7d804c3405ff9878496e5d2226c76a079e0e8087197be2d2af85f5e39f3b73f4a5a0cefa1f2f913a29940089be31722c26996a06b8ba31
|
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
|
|
@@ -3506,6 +3506,7 @@ module Google
|
|
|
3506
3506
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3507
3507
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3508
3508
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3509
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3509
3510
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3510
3511
|
# trigger a retry.
|
|
3511
3512
|
# @return [::Hash]
|
|
@@ -3589,6 +3590,7 @@ module Google
|
|
|
3589
3590
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3590
3591
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3591
3592
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3593
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3592
3594
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3593
3595
|
# trigger a retry.
|
|
3594
3596
|
#
|
|
@@ -704,6 +704,7 @@ module Google
|
|
|
704
704
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
705
705
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
706
706
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
707
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
707
708
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
708
709
|
# trigger a retry.
|
|
709
710
|
# @return [::Hash]
|
|
@@ -787,6 +788,7 @@ module Google
|
|
|
787
788
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
788
789
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
789
790
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
791
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
790
792
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
791
793
|
# trigger a retry.
|
|
792
794
|
#
|
|
@@ -3272,6 +3272,7 @@ module Google
|
|
|
3272
3272
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3273
3273
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3274
3274
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3275
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3275
3276
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3276
3277
|
# trigger a retry.
|
|
3277
3278
|
# @return [::Hash]
|
|
@@ -3351,6 +3352,7 @@ module Google
|
|
|
3351
3352
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3352
3353
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3353
3354
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3355
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3354
3356
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3355
3357
|
# trigger a retry.
|
|
3356
3358
|
#
|
data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/rest/operations.rb
CHANGED
|
@@ -542,6 +542,7 @@ module Google
|
|
|
542
542
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
543
543
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
544
544
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
545
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
545
546
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
546
547
|
# trigger a retry.
|
|
547
548
|
# @return [::Hash]
|
|
@@ -614,6 +615,7 @@ module Google
|
|
|
614
615
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
615
616
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
616
617
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
618
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
617
619
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
618
620
|
# trigger a retry.
|
|
619
621
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-security-private_ca-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
|