google-cloud-retail-v2 2.8.1 → 2.9.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/retail/v2/analytics_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/analytics_service/operations.rb +2 -0
- data/lib/google/cloud/retail/v2/analytics_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/analytics_service/rest/operations.rb +2 -0
- data/lib/google/cloud/retail/v2/catalog_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/catalog_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/completion_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/completion_service/operations.rb +2 -0
- data/lib/google/cloud/retail/v2/completion_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/completion_service/rest/operations.rb +2 -0
- data/lib/google/cloud/retail/v2/control_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/control_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/conversational_search_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/conversational_search_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/generative_question_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/generative_question_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/model_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/model_service/operations.rb +2 -0
- data/lib/google/cloud/retail/v2/model_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/model_service/rest/operations.rb +2 -0
- data/lib/google/cloud/retail/v2/prediction_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/prediction_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/product_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/product_service/operations.rb +2 -0
- data/lib/google/cloud/retail/v2/product_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/product_service/rest/operations.rb +2 -0
- data/lib/google/cloud/retail/v2/search_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/search_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/serving_config_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/serving_config_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/user_event_service/client.rb +2 -0
- data/lib/google/cloud/retail/v2/user_event_service/operations.rb +2 -0
- data/lib/google/cloud/retail/v2/user_event_service/rest/client.rb +2 -0
- data/lib/google/cloud/retail/v2/user_event_service/rest/operations.rb +2 -0
- data/lib/google/cloud/retail/v2/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: 4c460f3c829c0d622c3611038163e30722f8899e512b2509839ef38ac9eeca01
|
|
4
|
+
data.tar.gz: 00d174fe256b27f6b9d6580f4e444129bc739b652713354ae2ab355884299b4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db94066ad1ae3879b69cbe4a2d9c84bd061958bf090ce63f7617bdded819d43b81549f99a7b6b078e7f5e8db1a3c4c93a840d0767f88ca070075f14fff6f8fa0
|
|
7
|
+
data.tar.gz: 8e0e5b545c33da40f3583831d7ab0e8744d2afb0e8dabfcc6639b7c1e7727b810e88a47b3a04d82ee64c06bb977b75d69881ab191e3b2f3836ac8b85585aaf80
|
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
|
|
@@ -431,6 +431,7 @@ module Google
|
|
|
431
431
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
432
432
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
433
433
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
434
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
434
435
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
435
436
|
# trigger a retry.
|
|
436
437
|
# @return [::Hash]
|
|
@@ -514,6 +515,7 @@ module Google
|
|
|
514
515
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
515
516
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
516
517
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
518
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
517
519
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
518
520
|
# trigger a retry.
|
|
519
521
|
#
|
|
@@ -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
|
#
|
|
@@ -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]
|
|
@@ -463,6 +464,7 @@ module Google
|
|
|
463
464
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
464
465
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
465
466
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
467
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
466
468
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
467
469
|
# trigger a retry.
|
|
468
470
|
#
|
|
@@ -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
|
#
|
|
@@ -1408,6 +1408,7 @@ module Google
|
|
|
1408
1408
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1409
1409
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1410
1410
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1411
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1411
1412
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1412
1413
|
# trigger a retry.
|
|
1413
1414
|
# @return [::Hash]
|
|
@@ -1491,6 +1492,7 @@ module Google
|
|
|
1491
1492
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1492
1493
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1493
1494
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1495
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1494
1496
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1495
1497
|
# trigger a retry.
|
|
1496
1498
|
#
|
|
@@ -1298,6 +1298,7 @@ module Google
|
|
|
1298
1298
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1299
1299
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1300
1300
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1301
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1301
1302
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1302
1303
|
# trigger a retry.
|
|
1303
1304
|
# @return [::Hash]
|
|
@@ -1370,6 +1371,7 @@ module Google
|
|
|
1370
1371
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1371
1372
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1372
1373
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1374
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1373
1375
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1374
1376
|
# trigger a retry.
|
|
1375
1377
|
#
|
|
@@ -597,6 +597,7 @@ module Google
|
|
|
597
597
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
598
598
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
599
599
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
600
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
600
601
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
601
602
|
# trigger a retry.
|
|
602
603
|
# @return [::Hash]
|
|
@@ -680,6 +681,7 @@ module Google
|
|
|
680
681
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
681
682
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
682
683
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
684
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
683
685
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
684
686
|
# trigger a retry.
|
|
685
687
|
#
|
|
@@ -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
|
#
|
|
@@ -550,6 +550,7 @@ module Google
|
|
|
550
550
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
551
551
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
552
552
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
553
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
553
554
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
554
555
|
# trigger a retry.
|
|
555
556
|
# @return [::Hash]
|
|
@@ -622,6 +623,7 @@ module Google
|
|
|
622
623
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
623
624
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
624
625
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
626
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
625
627
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
626
628
|
# trigger a retry.
|
|
627
629
|
#
|
|
@@ -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
|
#
|
|
@@ -771,6 +771,7 @@ module Google
|
|
|
771
771
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
772
772
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
773
773
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
774
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
774
775
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
775
776
|
# trigger a retry.
|
|
776
777
|
# @return [::Hash]
|
|
@@ -854,6 +855,7 @@ module Google
|
|
|
854
855
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
855
856
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
856
857
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
858
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
857
859
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
858
860
|
# trigger a retry.
|
|
859
861
|
#
|
|
@@ -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]
|
|
@@ -775,6 +776,7 @@ module Google
|
|
|
775
776
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
776
777
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
777
778
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
779
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
778
780
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
779
781
|
# trigger a retry.
|
|
780
782
|
#
|
|
@@ -464,6 +464,7 @@ module Google
|
|
|
464
464
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
465
465
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
466
466
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
467
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
467
468
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
468
469
|
# trigger a retry.
|
|
469
470
|
# @return [::Hash]
|
|
@@ -547,6 +548,7 @@ module Google
|
|
|
547
548
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
548
549
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
549
550
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
551
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
550
552
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
551
553
|
# trigger a retry.
|
|
552
554
|
#
|
|
@@ -426,6 +426,7 @@ module Google
|
|
|
426
426
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
427
427
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
428
428
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
429
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
429
430
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
430
431
|
# trigger a retry.
|
|
431
432
|
# @return [::Hash]
|
|
@@ -498,6 +499,7 @@ module Google
|
|
|
498
499
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
499
500
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
500
501
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
502
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
501
503
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
502
504
|
# trigger a retry.
|
|
503
505
|
#
|
|
@@ -739,6 +739,7 @@ module Google
|
|
|
739
739
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
740
740
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
741
741
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
742
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
742
743
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
743
744
|
# trigger a retry.
|
|
744
745
|
# @return [::Hash]
|
|
@@ -822,6 +823,7 @@ module Google
|
|
|
822
823
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
823
824
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
824
825
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
826
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
825
827
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
826
828
|
# trigger a retry.
|
|
827
829
|
#
|
|
@@ -671,6 +671,7 @@ module Google
|
|
|
671
671
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
672
672
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
673
673
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
674
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
674
675
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
675
676
|
# trigger a retry.
|
|
676
677
|
# @return [::Hash]
|
|
@@ -743,6 +744,7 @@ module Google
|
|
|
743
744
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
744
745
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
745
746
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
747
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
746
748
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
747
749
|
# trigger a retry.
|
|
748
750
|
#
|
|
@@ -1060,6 +1060,7 @@ module Google
|
|
|
1060
1060
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1061
1061
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1062
1062
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1063
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1063
1064
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1064
1065
|
# trigger a retry.
|
|
1065
1066
|
# @return [::Hash]
|
|
@@ -1143,6 +1144,7 @@ module Google
|
|
|
1143
1144
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1144
1145
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1145
1146
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1147
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1146
1148
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1147
1149
|
# trigger a retry.
|
|
1148
1150
|
#
|
|
@@ -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
|
#
|
|
@@ -971,6 +971,7 @@ module Google
|
|
|
971
971
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
972
972
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
973
973
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
974
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
974
975
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
975
976
|
# trigger a retry.
|
|
976
977
|
# @return [::Hash]
|
|
@@ -1043,6 +1044,7 @@ module Google
|
|
|
1043
1044
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1044
1045
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1045
1046
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1047
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1046
1048
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1047
1049
|
# trigger a retry.
|
|
1048
1050
|
#
|
|
@@ -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
|
#
|
|
@@ -511,6 +511,7 @@ module Google
|
|
|
511
511
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
512
512
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
513
513
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
514
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
514
515
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
515
516
|
# trigger a retry.
|
|
516
517
|
# @return [::Hash]
|
|
@@ -594,6 +595,7 @@ module Google
|
|
|
594
595
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
595
596
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
596
597
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
598
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
597
599
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
598
600
|
# trigger a retry.
|
|
599
601
|
#
|
|
@@ -471,6 +471,7 @@ module Google
|
|
|
471
471
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
472
472
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
473
473
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
474
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
474
475
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
475
476
|
# trigger a retry.
|
|
476
477
|
# @return [::Hash]
|
|
@@ -543,6 +544,7 @@ module Google
|
|
|
543
544
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
544
545
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
545
546
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
547
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
546
548
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
547
549
|
# trigger a retry.
|
|
548
550
|
#
|
|
@@ -2050,6 +2050,7 @@ module Google
|
|
|
2050
2050
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2051
2051
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2052
2052
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2053
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2053
2054
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2054
2055
|
# trigger a retry.
|
|
2055
2056
|
# @return [::Hash]
|
|
@@ -2133,6 +2134,7 @@ module Google
|
|
|
2133
2134
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2134
2135
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2135
2136
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2137
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2136
2138
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2137
2139
|
# trigger a retry.
|
|
2138
2140
|
#
|
|
@@ -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
|
#
|
|
@@ -1933,6 +1933,7 @@ module Google
|
|
|
1933
1933
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1934
1934
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1935
1935
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1936
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1936
1937
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1937
1938
|
# trigger a retry.
|
|
1938
1939
|
# @return [::Hash]
|
|
@@ -2005,6 +2006,7 @@ module Google
|
|
|
2005
2006
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2006
2007
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2007
2008
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2009
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2008
2010
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2009
2011
|
# trigger a retry.
|
|
2010
2012
|
#
|
|
@@ -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
|
#
|
|
@@ -677,6 +677,7 @@ module Google
|
|
|
677
677
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
678
678
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
679
679
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
680
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
680
681
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
681
682
|
# trigger a retry.
|
|
682
683
|
# @return [::Hash]
|
|
@@ -760,6 +761,7 @@ module Google
|
|
|
760
761
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
761
762
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
762
763
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
764
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
763
765
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
764
766
|
# trigger a retry.
|
|
765
767
|
#
|
|
@@ -637,6 +637,7 @@ module Google
|
|
|
637
637
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
638
638
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
639
639
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
640
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
640
641
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
641
642
|
# trigger a retry.
|
|
642
643
|
# @return [::Hash]
|
|
@@ -709,6 +710,7 @@ module Google
|
|
|
709
710
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
710
711
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
711
712
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
713
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
712
714
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
713
715
|
# trigger a retry.
|
|
714
716
|
#
|
|
@@ -948,6 +948,7 @@ module Google
|
|
|
948
948
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
949
949
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
950
950
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
951
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
951
952
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
952
953
|
# trigger a retry.
|
|
953
954
|
# @return [::Hash]
|
|
@@ -1031,6 +1032,7 @@ module Google
|
|
|
1031
1032
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1032
1033
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1033
1034
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1035
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1034
1036
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1035
1037
|
# trigger a retry.
|
|
1036
1038
|
#
|
|
@@ -866,6 +866,7 @@ module Google
|
|
|
866
866
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
867
867
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
868
868
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
869
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
869
870
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
870
871
|
# trigger a retry.
|
|
871
872
|
# @return [::Hash]
|
|
@@ -938,6 +939,7 @@ module Google
|
|
|
938
939
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
939
940
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
940
941
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
942
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
941
943
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
942
944
|
# trigger a retry.
|
|
943
945
|
#
|
|
@@ -868,6 +868,7 @@ module Google
|
|
|
868
868
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
869
869
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
870
870
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
871
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
871
872
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
872
873
|
# trigger a retry.
|
|
873
874
|
# @return [::Hash]
|
|
@@ -951,6 +952,7 @@ module Google
|
|
|
951
952
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
952
953
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
953
954
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
955
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
954
956
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
955
957
|
# trigger a retry.
|
|
956
958
|
#
|
|
@@ -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
|
#
|
|
@@ -800,6 +800,7 @@ module Google
|
|
|
800
800
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
801
801
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
802
802
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
803
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
803
804
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
804
805
|
# trigger a retry.
|
|
805
806
|
# @return [::Hash]
|
|
@@ -872,6 +873,7 @@ module Google
|
|
|
872
873
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
873
874
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
874
875
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
876
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
875
877
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
876
878
|
# trigger a retry.
|
|
877
879
|
#
|
|
@@ -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-retail-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.9.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
|