google-cloud-ces-v1 0.1.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d8a8c2230e072687fea56a6d7cae554ab3cba061dc84befb7b6c7d52e5f0283
4
- data.tar.gz: 8aa2c3331133af9617236fddb6fbe265ad13bfeebecf09413c60d5f5843f1f5b
3
+ metadata.gz: 1cf4d38bf354c7961450be28991e4955d8946efa96cf0c2e0ff59cfd4babe437
4
+ data.tar.gz: e971bd80a6553e0a7f7c7a19f9bdb30e28737c68e7a447f13cb816ce4a9f4700
5
5
  SHA512:
6
- metadata.gz: 639e54904bba6d520e60aec1f810b8cb7e9df82a819fc4bcc9eadcf09960b6cc1747f0479d942bfcc710dd77f3aab3d7efa10d9c3fc89150950f4f35d0a62c0f
7
- data.tar.gz: df7ca1a1f0b62b56a40d90eff70667cd637672a174e6cc22ebedea4a0aaf75f2f2dce1c8d5687c6fba8615d3b4516788a8b38654afbcba3df2ddc313467f0a4b
6
+ metadata.gz: 7eb45e68b61d1ac217a11dfcdd07729f858e912b856fdbd936d804a013ca1911067411c6e96030f81f07badbe600a04ef8f917ddde84cf44b8740aa2c701beed
7
+ data.tar.gz: 42d318a8bea83442b55a147805afce1df48f0c200e04c764586e4228e8c97676fee4eac75c698bc4ae05d3690bf91cc9272b57d459e7a4f10342b1fa36f128b5
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
@@ -4876,6 +4876,7 @@ module Google
4876
4876
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4877
4877
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4878
4878
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4879
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4879
4880
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4880
4881
  # trigger a retry.
4881
4882
  # @return [::Hash]
@@ -4959,6 +4960,7 @@ module Google
4959
4960
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4960
4961
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4961
4962
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4963
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4962
4964
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4963
4965
  # trigger a retry.
4964
4966
  #
@@ -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
  #
@@ -4508,6 +4508,7 @@ module Google
4508
4508
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4509
4509
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4510
4510
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4511
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4511
4512
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4512
4513
  # trigger a retry.
4513
4514
  # @return [::Hash]
@@ -4587,6 +4588,7 @@ module Google
4587
4588
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4588
4589
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4589
4590
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4591
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4590
4592
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4591
4593
  # trigger a retry.
4592
4594
  #
@@ -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
  #
@@ -635,6 +635,7 @@ module Google
635
635
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
636
636
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
637
637
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
638
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
638
639
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
639
640
  # trigger a retry.
640
641
  # @return [::Hash]
@@ -718,6 +719,7 @@ module Google
718
719
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
719
720
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
720
721
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
722
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
721
723
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
722
724
  # trigger a retry.
723
725
  #
@@ -446,6 +446,7 @@ module Google
446
446
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
447
447
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
448
448
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
449
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
449
450
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
450
451
  # trigger a retry.
451
452
  # @return [::Hash]
@@ -525,6 +526,7 @@ module Google
525
526
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
526
527
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
527
528
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
529
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
528
530
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
529
531
  # trigger a retry.
530
532
  #
@@ -599,6 +599,7 @@ module Google
599
599
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
600
600
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
601
601
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
602
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
602
603
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
603
604
  # trigger a retry.
604
605
  # @return [::Hash]
@@ -682,6 +683,7 @@ module Google
682
683
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
683
684
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
684
685
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
686
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
685
687
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
686
688
  # trigger a retry.
687
689
  #
@@ -546,6 +546,7 @@ module Google
546
546
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
547
547
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
548
548
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
549
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
549
550
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
550
551
  # trigger a retry.
551
552
  # @return [::Hash]
@@ -625,6 +626,7 @@ module Google
625
626
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
626
627
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
627
628
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
629
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
628
630
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
629
631
  # trigger a retry.
630
632
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Ces
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -391,6 +391,7 @@ module Google
391
391
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
392
392
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
393
393
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
394
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
394
395
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
395
396
  # trigger a retry.
396
397
  # @return [::Hash]
@@ -474,6 +475,7 @@ module Google
474
475
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
475
476
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
476
477
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
478
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
477
479
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
478
480
  # trigger a retry.
479
481
  #
@@ -352,6 +352,7 @@ module Google
352
352
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
353
353
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
354
354
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
355
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
355
356
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
356
357
  # trigger a retry.
357
358
  # @return [::Hash]
@@ -431,6 +432,7 @@ module Google
431
432
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
432
433
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
433
434
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
435
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
434
436
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
435
437
  # trigger a retry.
436
438
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-ces-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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.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