google-cloud-support-v2beta 0.5.0 → 0.6.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/v2beta/case_attachment_service/client.rb +2 -0
- data/lib/google/cloud/support/v2beta/case_attachment_service/rest/client.rb +2 -0
- data/lib/google/cloud/support/v2beta/case_service/client.rb +2 -0
- data/lib/google/cloud/support/v2beta/case_service/rest/client.rb +2 -0
- data/lib/google/cloud/support/v2beta/comment_service/client.rb +2 -0
- data/lib/google/cloud/support/v2beta/comment_service/rest/client.rb +2 -0
- data/lib/google/cloud/support/v2beta/feed_service/client.rb +2 -0
- data/lib/google/cloud/support/v2beta/feed_service/rest/client.rb +2 -0
- data/lib/google/cloud/support/v2beta/version.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- 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: 67397b686b69e591ea707a7fd6d51af39033a976c643c6e8d77941943ca7d1ce
|
|
4
|
+
data.tar.gz: bf96ce1ea68255fcc5ab1cf643ec7dd233ddd0d5ab156d7eb53dbe19853692f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a646841df6cfc13d1fcbc12bb7b56371c2049d40bbda4c74323be2a3d9d971227fb129a9b8991dd366eda37a663ea08abf43ed2bd0d7aaa0cc4acb652b8cf2e4
|
|
7
|
+
data.tar.gz: b918c3682c323625f9cf675be6e82b6ddc0f231583eed6b8fabd71b36cb533dc52323547dc540fa93afcdf140be50d1a9e6c013e55b9986ec75ae9575ef47ea6
|
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
|
|
@@ -472,6 +472,7 @@ module Google
|
|
|
472
472
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
473
473
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
474
474
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
475
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
475
476
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
476
477
|
# trigger a retry.
|
|
477
478
|
# @return [::Hash]
|
|
@@ -555,6 +556,7 @@ module Google
|
|
|
555
556
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
556
557
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
557
558
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
559
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
558
560
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
559
561
|
# trigger a retry.
|
|
560
562
|
#
|
|
@@ -425,6 +425,7 @@ module Google
|
|
|
425
425
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
426
426
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
427
427
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
428
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
428
429
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
429
430
|
# trigger a retry.
|
|
430
431
|
# @return [::Hash]
|
|
@@ -497,6 +498,7 @@ module Google
|
|
|
497
498
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
498
499
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
499
500
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
501
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
500
502
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
501
503
|
# trigger a retry.
|
|
502
504
|
#
|
|
@@ -1110,6 +1110,7 @@ module Google
|
|
|
1110
1110
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1111
1111
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1112
1112
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1113
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1113
1114
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1114
1115
|
# trigger a retry.
|
|
1115
1116
|
# @return [::Hash]
|
|
@@ -1193,6 +1194,7 @@ module Google
|
|
|
1193
1194
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1194
1195
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1195
1196
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1197
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1196
1198
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1197
1199
|
# trigger a retry.
|
|
1198
1200
|
#
|
|
@@ -1029,6 +1029,7 @@ module Google
|
|
|
1029
1029
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1030
1030
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1031
1031
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1032
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1032
1033
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1033
1034
|
# trigger a retry.
|
|
1034
1035
|
# @return [::Hash]
|
|
@@ -1101,6 +1102,7 @@ module Google
|
|
|
1101
1102
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1102
1103
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1103
1104
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1105
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1104
1106
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1105
1107
|
# trigger a retry.
|
|
1106
1108
|
#
|
|
@@ -556,6 +556,7 @@ module Google
|
|
|
556
556
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
557
557
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
558
558
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
559
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
559
560
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
560
561
|
# trigger a retry.
|
|
561
562
|
# @return [::Hash]
|
|
@@ -639,6 +640,7 @@ module Google
|
|
|
639
640
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
640
641
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
641
642
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
643
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
642
644
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
643
645
|
# trigger a retry.
|
|
644
646
|
#
|
|
@@ -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]
|
|
@@ -574,6 +575,7 @@ module Google
|
|
|
574
575
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
575
576
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
576
577
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
578
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
577
579
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
578
580
|
# trigger a retry.
|
|
579
581
|
#
|
|
@@ -389,6 +389,7 @@ module Google
|
|
|
389
389
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
390
390
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
391
391
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
392
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
392
393
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
393
394
|
# trigger a retry.
|
|
394
395
|
# @return [::Hash]
|
|
@@ -472,6 +473,7 @@ module Google
|
|
|
472
473
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
473
474
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
474
475
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
476
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
475
477
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
476
478
|
# trigger a retry.
|
|
477
479
|
#
|
|
@@ -349,6 +349,7 @@ module Google
|
|
|
349
349
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
350
350
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
351
351
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
352
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
352
353
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
353
354
|
# trigger a retry.
|
|
354
355
|
# @return [::Hash]
|
|
@@ -421,6 +422,7 @@ module Google
|
|
|
421
422
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
422
423
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
423
424
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
425
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
424
426
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
425
427
|
# trigger a retry.
|
|
426
428
|
#
|
|
@@ -31,6 +31,8 @@ module Google
|
|
|
31
31
|
# @!attribute [rw] selective_gapic_generation
|
|
32
32
|
# @return [::Google::Api::SelectiveGapicGeneration]
|
|
33
33
|
# Configuration for which RPCs should be generated in the GAPIC client.
|
|
34
|
+
#
|
|
35
|
+
# Note: This field should not be used in most cases.
|
|
34
36
|
class CommonLanguageSettings
|
|
35
37
|
include ::Google::Protobuf::MessageExts
|
|
36
38
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -441,6 +443,8 @@ module Google
|
|
|
441
443
|
|
|
442
444
|
# This message is used to configure the generation of a subset of the RPCs in
|
|
443
445
|
# a service for client libraries.
|
|
446
|
+
#
|
|
447
|
+
# Note: This feature should not be used in most cases.
|
|
444
448
|
# @!attribute [rw] methods
|
|
445
449
|
# @return [::Array<::String>]
|
|
446
450
|
# An allowlist of the fully qualified names of RPCs that should be included
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-support-v2beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.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
|