google-cloud-support-v2 1.8.0 → 1.9.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/support/v2/case_attachment_service/client.rb +2 -0
- data/lib/google/cloud/support/v2/case_service/client.rb +2 -0
- data/lib/google/cloud/support/v2/comment_service/client.rb +2 -0
- data/lib/google/cloud/support/v2/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: 7282f710988af572b2d57db45d80cf0989ff118d0592340137907464f5085ebe
|
|
4
|
+
data.tar.gz: e908ff3c123fd91791b5d6774f603daaf1c824ac7977a86dcbd3e9535b590f51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d542e87a1c9eb97714f175721f2700b1378a7123c1464f4ebebf23a131578eff3b3c8e734d1cbee0370aa2bc71f586fb1563550933d2312ec97ac67d514ce2aa
|
|
7
|
+
data.tar.gz: 6570aadff3ad52b9191df6f51a220ebe0dda0d35b827893dc140b91d2bf81589ce51a874a7d36581ec387551923575298ea0c64e75648cffe0385b646f04ee7e
|
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
|
|
@@ -502,6 +502,7 @@ module Google
|
|
|
502
502
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
503
503
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
504
504
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
505
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
505
506
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
506
507
|
# trigger a retry.
|
|
507
508
|
# @return [::Hash]
|
|
@@ -585,6 +586,7 @@ module Google
|
|
|
585
586
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
586
587
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
587
588
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
589
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
588
590
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
589
591
|
# trigger a retry.
|
|
590
592
|
#
|
|
@@ -1105,6 +1105,7 @@ module Google
|
|
|
1105
1105
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1106
1106
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1107
1107
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1108
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1108
1109
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1109
1110
|
# trigger a retry.
|
|
1110
1111
|
# @return [::Hash]
|
|
@@ -1188,6 +1189,7 @@ module Google
|
|
|
1188
1189
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1189
1190
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1190
1191
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1192
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1191
1193
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1192
1194
|
# trigger a retry.
|
|
1193
1195
|
#
|
|
@@ -585,6 +585,7 @@ module Google
|
|
|
585
585
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
586
586
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
587
587
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
588
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
588
589
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
589
590
|
# trigger a retry.
|
|
590
591
|
# @return [::Hash]
|
|
@@ -668,6 +669,7 @@ module Google
|
|
|
668
669
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
669
670
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
670
671
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
672
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
671
673
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
672
674
|
# trigger a retry.
|
|
673
675
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-support-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.9.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
|