google-cloud-security-public_ca-v1 1.4.1 → 1.5.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/public_ca/v1/public_certificate_authority_service/client.rb +2 -0
- data/lib/google/cloud/security/public_ca/v1/public_certificate_authority_service/rest/client.rb +2 -0
- data/lib/google/cloud/security/public_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: c72fa13a746d78327dc76653afc0432239be7b961be67887376cb8918a5561d4
|
|
4
|
+
data.tar.gz: 76e683384a392b92b45ae01f85194f4ffcd422c1f463de42418ad4a7e80f304d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66611c34465d4483c04f2874969521eee77e04be108603cdb0f5de85db012e7bc27f97e9b38ccb061097cfb484ed61474e13e8d65dd1535c29c94ac0ea9e950c
|
|
7
|
+
data.tar.gz: ff2c859d3624a379a160ec17346b4536908d4fb7c60f2a036bb62aa39f9d3e82d8ee664992cba13c2d47f0b479a5e06d13b221b4dd5c49e33a0cbc8de1ac5bc1
|
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
|
|
@@ -381,6 +381,7 @@ module Google
|
|
|
381
381
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
382
382
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
383
383
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
384
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
384
385
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
385
386
|
# trigger a retry.
|
|
386
387
|
# @return [::Hash]
|
|
@@ -464,6 +465,7 @@ module Google
|
|
|
464
465
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
465
466
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
466
467
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
468
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
467
469
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
468
470
|
# trigger a retry.
|
|
469
471
|
#
|
data/lib/google/cloud/security/public_ca/v1/public_certificate_authority_service/rest/client.rb
CHANGED
|
@@ -341,6 +341,7 @@ module Google
|
|
|
341
341
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
342
342
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
343
343
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
344
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
344
345
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
345
346
|
# trigger a retry.
|
|
346
347
|
# @return [::Hash]
|
|
@@ -413,6 +414,7 @@ module Google
|
|
|
413
414
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
414
415
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
415
416
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
417
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
416
418
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
417
419
|
# trigger a retry.
|
|
418
420
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-security-public_ca-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.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
|