google-cloud-channel-v1 2.5.0 → 2.6.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 141afd814e0d73350ea0cbcaa910aa60c3e3da0ef368ad0438716ecf005bf61c
4
- data.tar.gz: 6eac0e1fa108dfe9a02a459a2bf9ad54549eefa825e5974b8f64d6178d6193eb
3
+ metadata.gz: c8b7abc0ba834f66b3f0874fa87e9d66fb8ebea267d2d1f18ae6ef51b76c50f4
4
+ data.tar.gz: 405a7362523b11b43f12240b7bdfab6dab32e25be974a06e04f5ab52aadef733
5
5
  SHA512:
6
- metadata.gz: 3a610f07e529a450a3ca80307a558ff1d1f8b13404b371f131d05d88420af6673920cbfc890bef6d2ebaeccc071d9642043c794482eec7597948103ea574c633
7
- data.tar.gz: 523a9e84a16b6b70aa4653d815ff4260fec103eb3f05f5f99c33942fca89148c67db1d8691b25cbf532bd0ae7b219b9dc6776e64c05d0b4a99149cc0843cefe1
6
+ metadata.gz: f8259aebda6c67ac8c3649761ce7024db00d6c529d57b5fabd32f484624cd7670a2ce5398dcc8c6e5630580c18ed0fff1b345820d0ba18cd55a96ec250d50166
7
+ data.tar.gz: c4c359ffd903c440734eade870ae50d27fb78f7d0b3f3f88ab8f2f60027b3412881cd18883b55ba55c18a8ae1f8d87ef9112484967065782a9c67eb337b66e4c
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.0+.
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
  #
@@ -868,7 +870,7 @@ module Google
868
870
  uri_method: :get,
869
871
  uri_template: "/v1/{name}",
870
872
  matches: [
871
- ["name", %r{^operations(?:/.*)?$}, true]
873
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
872
874
  ]
873
875
  )
874
876
  transcoder.transcode request_pb
@@ -889,7 +891,7 @@ module Google
889
891
  uri_method: :delete,
890
892
  uri_template: "/v1/{name}",
891
893
  matches: [
892
- ["name", %r{^operations(?:/.*)?$}, true]
894
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
893
895
  ]
894
896
  )
895
897
  transcoder.transcode request_pb
@@ -911,7 +913,7 @@ module Google
911
913
  uri_template: "/v1/{name}:cancel",
912
914
  body: "*",
913
915
  matches: [
914
- ["name", %r{^operations(?:/.*)?$}, true]
916
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
915
917
  ]
916
918
  )
917
919
  transcoder.transcode request_pb
@@ -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
  #
@@ -868,7 +870,7 @@ module Google
868
870
  uri_method: :get,
869
871
  uri_template: "/v1/{name}",
870
872
  matches: [
871
- ["name", %r{^operations(?:/.*)?$}, true]
873
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
872
874
  ]
873
875
  )
874
876
  transcoder.transcode request_pb
@@ -889,7 +891,7 @@ module Google
889
891
  uri_method: :delete,
890
892
  uri_template: "/v1/{name}",
891
893
  matches: [
892
- ["name", %r{^operations(?:/.*)?$}, true]
894
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
893
895
  ]
894
896
  )
895
897
  transcoder.transcode request_pb
@@ -911,7 +913,7 @@ module Google
911
913
  uri_template: "/v1/{name}:cancel",
912
914
  body: "*",
913
915
  matches: [
914
- ["name", %r{^operations(?:/.*)?$}, true]
916
+ ["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
915
917
  ]
916
918
  )
917
919
  transcoder.transcode request_pb
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Channel
23
23
  module V1
24
- VERSION = "2.5.0"
24
+ VERSION = "2.6.1"
25
25
  end
26
26
  end
27
27
  end
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.5.0
4
+ version: 2.6.1
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.2'
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.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement