google-cloud-channel-v1 2.5.0 → 2.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/channel/v1/cloud_channel_reports_service/client.rb +2 -0
- data/lib/google/cloud/channel/v1/cloud_channel_reports_service/operations.rb +2 -0
- data/lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/client.rb +2 -0
- data/lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/operations.rb +2 -0
- data/lib/google/cloud/channel/v1/cloud_channel_service/client.rb +2 -0
- data/lib/google/cloud/channel/v1/cloud_channel_service/operations.rb +2 -0
- data/lib/google/cloud/channel/v1/cloud_channel_service/rest/client.rb +2 -0
- data/lib/google/cloud/channel/v1/cloud_channel_service/rest/operations.rb +2 -0
- data/lib/google/cloud/channel/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: 6e348d87c53e8c908e4c9f7b2af3cdaf18b9594c1948b5e0137b64a5283836b1
|
|
4
|
+
data.tar.gz: 4ff11b277997e29bbac8088fd53a3da95e704d6e60a1c9c60a9dac409f50b244
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce7cb8cdeecc17213dd4c595c7c2e7be3089f7c2065a66cd8ce7a5c05c313db01224578fe11dc641ff42bf76cf06d2dbe274d2f3c50293932e98632e51f64611
|
|
7
|
+
data.tar.gz: 6f0ab55e1a88c87090e7b87a98694c39c3b7dcae9062ae58909f05efc1dd486b8f9371ca63cc13848704b3b4a6d06e483dce66b0a34ce091c7c77ea93ade9956
|
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
|
|
@@ -681,6 +681,7 @@ module Google
|
|
|
681
681
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
682
682
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
683
683
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
684
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
684
685
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
685
686
|
# trigger a retry.
|
|
686
687
|
# @return [::Hash]
|
|
@@ -764,6 +765,7 @@ module Google
|
|
|
764
765
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
765
766
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
766
767
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
768
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
767
769
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
768
770
|
# trigger a retry.
|
|
769
771
|
#
|
|
@@ -703,6 +703,7 @@ module Google
|
|
|
703
703
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
704
704
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
705
705
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
706
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
706
707
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
707
708
|
# trigger a retry.
|
|
708
709
|
# @return [::Hash]
|
|
@@ -786,6 +787,7 @@ module Google
|
|
|
786
787
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
787
788
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
788
789
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
790
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
789
791
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
790
792
|
# trigger a retry.
|
|
791
793
|
#
|
|
@@ -620,6 +620,7 @@ module Google
|
|
|
620
620
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
621
621
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
622
622
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
623
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
623
624
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
624
625
|
# trigger a retry.
|
|
625
626
|
# @return [::Hash]
|
|
@@ -692,6 +693,7 @@ module Google
|
|
|
692
693
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
693
694
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
694
695
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
696
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
695
697
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
696
698
|
# trigger a retry.
|
|
697
699
|
#
|
|
@@ -541,6 +541,7 @@ module Google
|
|
|
541
541
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
542
542
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
543
543
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
544
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
544
545
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
545
546
|
# trigger a retry.
|
|
546
547
|
# @return [::Hash]
|
|
@@ -613,6 +614,7 @@ module Google
|
|
|
613
614
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
614
615
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
615
616
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
617
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
616
618
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
617
619
|
# trigger a retry.
|
|
618
620
|
#
|
|
@@ -6203,6 +6203,7 @@ module Google
|
|
|
6203
6203
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
6204
6204
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
6205
6205
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
6206
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
6206
6207
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
6207
6208
|
# trigger a retry.
|
|
6208
6209
|
# @return [::Hash]
|
|
@@ -6286,6 +6287,7 @@ module Google
|
|
|
6286
6287
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
6287
6288
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
6288
6289
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
6290
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
6289
6291
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
6290
6292
|
# trigger a retry.
|
|
6291
6293
|
#
|
|
@@ -703,6 +703,7 @@ module Google
|
|
|
703
703
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
704
704
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
705
705
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
706
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
706
707
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
707
708
|
# trigger a retry.
|
|
708
709
|
# @return [::Hash]
|
|
@@ -786,6 +787,7 @@ module Google
|
|
|
786
787
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
787
788
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
788
789
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
790
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
789
791
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
790
792
|
# trigger a retry.
|
|
791
793
|
#
|
|
@@ -5835,6 +5835,7 @@ module Google
|
|
|
5835
5835
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
5836
5836
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
5837
5837
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
5838
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
5838
5839
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
5839
5840
|
# trigger a retry.
|
|
5840
5841
|
# @return [::Hash]
|
|
@@ -5907,6 +5908,7 @@ module Google
|
|
|
5907
5908
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
5908
5909
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
5909
5910
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
5911
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
5910
5912
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
5911
5913
|
# trigger a retry.
|
|
5912
5914
|
#
|
|
@@ -541,6 +541,7 @@ module Google
|
|
|
541
541
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
542
542
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
543
543
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
544
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
544
545
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
545
546
|
# trigger a retry.
|
|
546
547
|
# @return [::Hash]
|
|
@@ -613,6 +614,7 @@ module Google
|
|
|
613
614
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
614
615
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
615
616
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
617
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
616
618
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
617
619
|
# trigger a retry.
|
|
618
620
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-channel-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.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
|