google-cloud-vision_ai-v1 1.4.1 → 1.5.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.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/vision_ai/v1/app_platform/client.rb +2 -0
  4. data/lib/google/cloud/vision_ai/v1/app_platform/operations.rb +2 -0
  5. data/lib/google/cloud/vision_ai/v1/app_platform/rest/client.rb +2 -0
  6. data/lib/google/cloud/vision_ai/v1/app_platform/rest/operations.rb +2 -0
  7. data/lib/google/cloud/vision_ai/v1/health_check_service/client.rb +2 -0
  8. data/lib/google/cloud/vision_ai/v1/health_check_service/rest/client.rb +2 -0
  9. data/lib/google/cloud/vision_ai/v1/live_video_analytics/client.rb +2 -0
  10. data/lib/google/cloud/vision_ai/v1/live_video_analytics/operations.rb +2 -0
  11. data/lib/google/cloud/vision_ai/v1/live_video_analytics/rest/client.rb +2 -0
  12. data/lib/google/cloud/vision_ai/v1/live_video_analytics/rest/operations.rb +2 -0
  13. data/lib/google/cloud/vision_ai/v1/streaming_service/client.rb +2 -0
  14. data/lib/google/cloud/vision_ai/v1/streaming_service/rest/client.rb +2 -0
  15. data/lib/google/cloud/vision_ai/v1/streams_service/client.rb +2 -0
  16. data/lib/google/cloud/vision_ai/v1/streams_service/operations.rb +2 -0
  17. data/lib/google/cloud/vision_ai/v1/streams_service/rest/client.rb +2 -0
  18. data/lib/google/cloud/vision_ai/v1/streams_service/rest/operations.rb +2 -0
  19. data/lib/google/cloud/vision_ai/v1/version.rb +1 -1
  20. data/lib/google/cloud/vision_ai/v1/warehouse/client.rb +2 -0
  21. data/lib/google/cloud/vision_ai/v1/warehouse/operations.rb +2 -0
  22. data/lib/google/cloud/vision_ai/v1/warehouse/rest/client.rb +2 -0
  23. data/lib/google/cloud/vision_ai/v1/warehouse/rest/operations.rb +2 -0
  24. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 434dd8e654d14f5001043010622be6324d457012a84ceadf3ccb69aa4927dad5
4
- data.tar.gz: ed1a0cb2cf41b7243f93acc359e467fa1a7049ae69f20182ad5cba1a1f8b7ab2
3
+ metadata.gz: 3a5cc08bdf208df0a4710d238ba9000c371dc7ca9a80b25a1ad37f82cc01e8ef
4
+ data.tar.gz: d3fc4ecb4a7ab6429f0036afc8137ea7e3c76b8ce324a02063891ada3a18a7e2
5
5
  SHA512:
6
- metadata.gz: 767dc57c5e9137fed59981f05114c45dbc62c49ef40b40f3e6adfbfb6dabd8ab2e30f0a55ac9bd93be03dfea22f4761b38713f055de9cde1ea02fe46a58d517d
7
- data.tar.gz: 6d7b25cfebb76ce69231d163ce92a6b62b00a396445c95c3eaf30f8f8186a23a36144319b398a106fb8947ee1432262ae2ac3d3d5dae48116fc918b31daf0695
6
+ metadata.gz: 2fdde44628748b254a2a28d850eb4ab01dbc4dd440c2904280563d164a99836fb46ff9212cf2fb2c1cc63524dde01fca5d24d07df6a0c21a0a127717217f548e
7
+ data.tar.gz: 384dedd76e86aeba5a783013413fda0fa9bd3627b533fb3e49fdf12267c10611428e9f206551edc6f5ea5f82a5570cb2808bf11ec8727513ba246f8b8b829839
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
@@ -3080,6 +3080,7 @@ module Google
3080
3080
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3081
3081
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3082
3082
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3083
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3083
3084
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3084
3085
  # trigger a retry.
3085
3086
  # @return [::Hash]
@@ -3163,6 +3164,7 @@ module Google
3163
3164
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3164
3165
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3165
3166
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3167
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3166
3168
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3167
3169
  # trigger a retry.
3168
3170
  #
@@ -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
  #
@@ -2866,6 +2866,7 @@ module Google
2866
2866
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2867
2867
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2868
2868
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2869
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2869
2870
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2870
2871
  # trigger a retry.
2871
2872
  # @return [::Hash]
@@ -2945,6 +2946,7 @@ module Google
2945
2946
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2946
2947
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2947
2948
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2949
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2948
2950
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2949
2951
  # trigger a retry.
2950
2952
  #
@@ -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
  #
@@ -397,6 +397,7 @@ module Google
397
397
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
398
398
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
399
399
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
400
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
400
401
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
401
402
  # trigger a retry.
402
403
  # @return [::Hash]
@@ -480,6 +481,7 @@ module Google
480
481
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
481
482
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
482
483
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
484
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
483
485
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
484
486
  # trigger a retry.
485
487
  #
@@ -358,6 +358,7 @@ module Google
358
358
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
359
359
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
360
360
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
361
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
361
362
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
362
363
  # trigger a retry.
363
364
  # @return [::Hash]
@@ -437,6 +438,7 @@ module Google
437
438
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
438
439
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
439
440
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
441
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
440
442
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
441
443
  # trigger a retry.
442
444
  #
@@ -2194,6 +2194,7 @@ module Google
2194
2194
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2195
2195
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2196
2196
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2197
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2197
2198
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2198
2199
  # trigger a retry.
2199
2200
  # @return [::Hash]
@@ -2277,6 +2278,7 @@ module Google
2277
2278
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2278
2279
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2279
2280
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2281
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2280
2282
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2281
2283
  # trigger a retry.
2282
2284
  #
@@ -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
  #
@@ -2036,6 +2036,7 @@ module Google
2036
2036
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2037
2037
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2038
2038
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2039
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2039
2040
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2040
2041
  # trigger a retry.
2041
2042
  # @return [::Hash]
@@ -2115,6 +2116,7 @@ module Google
2115
2116
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2116
2117
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2117
2118
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2119
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2118
2120
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2119
2121
  # trigger a retry.
2120
2122
  #
@@ -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
  #
@@ -816,6 +816,7 @@ module Google
816
816
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
817
817
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
818
818
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
819
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
819
820
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
820
821
  # trigger a retry.
821
822
  # @return [::Hash]
@@ -899,6 +900,7 @@ module Google
899
900
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
900
901
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
901
902
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
903
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
902
904
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
903
905
  # trigger a retry.
904
906
  #
@@ -529,6 +529,7 @@ module Google
529
529
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
530
530
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
531
531
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
532
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
532
533
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
533
534
  # trigger a retry.
534
535
  # @return [::Hash]
@@ -608,6 +609,7 @@ module Google
608
609
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
609
610
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
610
611
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
612
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
611
613
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
612
614
  # trigger a retry.
613
615
  #
@@ -2714,6 +2714,7 @@ module Google
2714
2714
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2715
2715
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2716
2716
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2717
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2717
2718
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2718
2719
  # trigger a retry.
2719
2720
  # @return [::Hash]
@@ -2797,6 +2798,7 @@ module Google
2797
2798
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2798
2799
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2799
2800
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2801
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2800
2802
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2801
2803
  # trigger a retry.
2802
2804
  #
@@ -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
  #
@@ -2521,6 +2521,7 @@ module Google
2521
2521
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2522
2522
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2523
2523
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2524
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2524
2525
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2525
2526
  # trigger a retry.
2526
2527
  # @return [::Hash]
@@ -2600,6 +2601,7 @@ module Google
2600
2601
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2601
2602
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2602
2603
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2604
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2603
2605
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2604
2606
  # trigger a retry.
2605
2607
  #
@@ -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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VisionAI
23
23
  module V1
24
- VERSION = "1.4.1"
24
+ VERSION = "1.5.0"
25
25
  end
26
26
  end
27
27
  end
@@ -6438,6 +6438,7 @@ module Google
6438
6438
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
6439
6439
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
6440
6440
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
6441
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
6441
6442
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
6442
6443
  # trigger a retry.
6443
6444
  # @return [::Hash]
@@ -6521,6 +6522,7 @@ module Google
6521
6522
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
6522
6523
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
6523
6524
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
6525
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
6524
6526
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
6525
6527
  # trigger a retry.
6526
6528
  #
@@ -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
  #
@@ -5886,6 +5886,7 @@ module Google
5886
5886
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
5887
5887
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
5888
5888
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
5889
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
5889
5890
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
5890
5891
  # trigger a retry.
5891
5892
  # @return [::Hash]
@@ -5965,6 +5966,7 @@ module Google
5965
5966
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
5966
5967
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
5967
5968
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
5969
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
5968
5970
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
5969
5971
  # trigger a retry.
5970
5972
  #
@@ -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-vision_ai-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.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