google-cloud-chronicle-v1 0.6.0 → 0.7.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/chronicle/v1/big_query_export_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/big_query_export_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/dashboard_chart_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/dashboard_query_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/data_access_control_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/data_access_control_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/data_table_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/data_table_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/entity_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/entity_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/featured_content_native_dashboard_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/instance_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/instance_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/reference_list_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/reference_list_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/rule_service/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/rule_service/operations.rb +2 -0
- data/lib/google/cloud/chronicle/v1/rule_service/rest/client.rb +2 -0
- data/lib/google/cloud/chronicle/v1/rule_service/rest/operations.rb +2 -0
- data/lib/google/cloud/chronicle/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: '009d91e27d5bdea3f99a5419b5d9ac420e7b0889a7b05fbb6639b9882134c11f'
|
|
4
|
+
data.tar.gz: 8d1f7cf69d050042d9940bc2940f38d9238f380f92176f64662f3dff68789c37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdcaa093560b6f966c8ca1ecc120b5e36f81fa0ceae32c64afc308736ac9e6beecdb5921847e2130703c915b50c00c46cc780617b315278584723f4d1c02ad70
|
|
7
|
+
data.tar.gz: 786afdae5457d1f17ff57ccd81d9b03a54e9a9b376b98a7134fd1da6f4d6fa400e06534717366f1bb28ee10b58f11004e4c40b0ece705719e6998bbdf6146a88
|
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
|
|
@@ -558,6 +558,7 @@ module Google
|
|
|
558
558
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
559
559
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
560
560
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
561
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
561
562
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
562
563
|
# trigger a retry.
|
|
563
564
|
# @return [::Hash]
|
|
@@ -641,6 +642,7 @@ module Google
|
|
|
641
642
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
642
643
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
643
644
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
645
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
644
646
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
645
647
|
# trigger a retry.
|
|
646
648
|
#
|
|
@@ -504,6 +504,7 @@ module Google
|
|
|
504
504
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
505
505
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
506
506
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
507
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
507
508
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
508
509
|
# trigger a retry.
|
|
509
510
|
# @return [::Hash]
|
|
@@ -576,6 +577,7 @@ module Google
|
|
|
576
577
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
577
578
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
578
579
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
580
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
579
581
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
580
582
|
# trigger a retry.
|
|
581
583
|
#
|
|
@@ -467,6 +467,7 @@ module Google
|
|
|
467
467
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
468
468
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
469
469
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
470
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
470
471
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
471
472
|
# trigger a retry.
|
|
472
473
|
# @return [::Hash]
|
|
@@ -550,6 +551,7 @@ module Google
|
|
|
550
551
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
551
552
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
552
553
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
554
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
553
555
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
554
556
|
# trigger a retry.
|
|
555
557
|
#
|
|
@@ -420,6 +420,7 @@ module Google
|
|
|
420
420
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
421
421
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
422
422
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
423
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
423
424
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
424
425
|
# trigger a retry.
|
|
425
426
|
# @return [::Hash]
|
|
@@ -492,6 +493,7 @@ module Google
|
|
|
492
493
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
493
494
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
494
495
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
496
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
495
497
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
496
498
|
# trigger a retry.
|
|
497
499
|
#
|
|
@@ -472,6 +472,7 @@ module Google
|
|
|
472
472
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
473
473
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
474
474
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
475
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
475
476
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
476
477
|
# trigger a retry.
|
|
477
478
|
# @return [::Hash]
|
|
@@ -555,6 +556,7 @@ module Google
|
|
|
555
556
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
556
557
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
557
558
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
559
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
558
560
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
559
561
|
# trigger a retry.
|
|
560
562
|
#
|
|
@@ -425,6 +425,7 @@ module Google
|
|
|
425
425
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
426
426
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
427
427
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
428
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
428
429
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
429
430
|
# trigger a retry.
|
|
430
431
|
# @return [::Hash]
|
|
@@ -497,6 +498,7 @@ module Google
|
|
|
497
498
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
498
499
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
499
500
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
501
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
500
502
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
501
503
|
# trigger a retry.
|
|
502
504
|
#
|
|
@@ -1258,6 +1258,7 @@ module Google
|
|
|
1258
1258
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1259
1259
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1260
1260
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1261
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1261
1262
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1262
1263
|
# trigger a retry.
|
|
1263
1264
|
# @return [::Hash]
|
|
@@ -1341,6 +1342,7 @@ module Google
|
|
|
1341
1342
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1342
1343
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1343
1344
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1345
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1344
1346
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1345
1347
|
# trigger a retry.
|
|
1346
1348
|
#
|
|
@@ -1155,6 +1155,7 @@ module Google
|
|
|
1155
1155
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1156
1156
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1157
1157
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1158
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1158
1159
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1159
1160
|
# trigger a retry.
|
|
1160
1161
|
# @return [::Hash]
|
|
@@ -1227,6 +1228,7 @@ module Google
|
|
|
1227
1228
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1228
1229
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1229
1230
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1231
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1230
1232
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1231
1233
|
# trigger a retry.
|
|
1232
1234
|
#
|
|
@@ -1707,6 +1707,7 @@ module Google
|
|
|
1707
1707
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1708
1708
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1709
1709
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1710
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1710
1711
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1711
1712
|
# trigger a retry.
|
|
1712
1713
|
# @return [::Hash]
|
|
@@ -1790,6 +1791,7 @@ module Google
|
|
|
1790
1791
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1791
1792
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1792
1793
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1794
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1793
1795
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1794
1796
|
# trigger a retry.
|
|
1795
1797
|
#
|
|
@@ -1569,6 +1569,7 @@ module Google
|
|
|
1569
1569
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1570
1570
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1571
1571
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1572
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1572
1573
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1573
1574
|
# trigger a retry.
|
|
1574
1575
|
# @return [::Hash]
|
|
@@ -1641,6 +1642,7 @@ module Google
|
|
|
1641
1642
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1642
1643
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1643
1644
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1645
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1644
1646
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1645
1647
|
# trigger a retry.
|
|
1646
1648
|
#
|
|
@@ -770,6 +770,7 @@ module Google
|
|
|
770
770
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
771
771
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
772
772
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
773
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
773
774
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
774
775
|
# trigger a retry.
|
|
775
776
|
# @return [::Hash]
|
|
@@ -853,6 +854,7 @@ module Google
|
|
|
853
854
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
854
855
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
855
856
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
857
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
856
858
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
857
859
|
# trigger a retry.
|
|
858
860
|
#
|
|
@@ -702,6 +702,7 @@ module Google
|
|
|
702
702
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
703
703
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
704
704
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
705
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
705
706
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
706
707
|
# trigger a retry.
|
|
707
708
|
# @return [::Hash]
|
|
@@ -774,6 +775,7 @@ module Google
|
|
|
774
775
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
775
776
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
776
777
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
778
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
777
779
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
778
780
|
# trigger a retry.
|
|
779
781
|
#
|
|
@@ -593,6 +593,7 @@ module Google
|
|
|
593
593
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
594
594
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
595
595
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
596
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
596
597
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
597
598
|
# trigger a retry.
|
|
598
599
|
# @return [::Hash]
|
|
@@ -676,6 +677,7 @@ module Google
|
|
|
676
677
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
677
678
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
678
679
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
680
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
679
681
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
680
682
|
# trigger a retry.
|
|
681
683
|
#
|
|
@@ -539,6 +539,7 @@ module Google
|
|
|
539
539
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
540
540
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
541
541
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
542
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
542
543
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
543
544
|
# trigger a retry.
|
|
544
545
|
# @return [::Hash]
|
|
@@ -611,6 +612,7 @@ module Google
|
|
|
611
612
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
612
613
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
613
614
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
615
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
614
616
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
615
617
|
# trigger a retry.
|
|
616
618
|
#
|
|
@@ -371,6 +371,7 @@ module Google
|
|
|
371
371
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
372
372
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
373
373
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
374
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
374
375
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
375
376
|
# trigger a retry.
|
|
376
377
|
# @return [::Hash]
|
|
@@ -454,6 +455,7 @@ module Google
|
|
|
454
455
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
455
456
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
456
457
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
458
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
457
459
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
458
460
|
# trigger a retry.
|
|
459
461
|
#
|
|
@@ -331,6 +331,7 @@ module Google
|
|
|
331
331
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
332
332
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
333
333
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
334
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
334
335
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
335
336
|
# trigger a retry.
|
|
336
337
|
# @return [::Hash]
|
|
@@ -403,6 +404,7 @@ module Google
|
|
|
403
404
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
404
405
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
405
406
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
407
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
406
408
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
407
409
|
# trigger a retry.
|
|
408
410
|
#
|
|
@@ -1424,6 +1424,7 @@ module Google
|
|
|
1424
1424
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1425
1425
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1426
1426
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1427
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1427
1428
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1428
1429
|
# trigger a retry.
|
|
1429
1430
|
# @return [::Hash]
|
|
@@ -1507,6 +1508,7 @@ module Google
|
|
|
1507
1508
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1508
1509
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1509
1510
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1511
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1510
1512
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1511
1513
|
# trigger a retry.
|
|
1512
1514
|
#
|
|
@@ -1307,6 +1307,7 @@ module Google
|
|
|
1307
1307
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1308
1308
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1309
1309
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1310
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1310
1311
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1311
1312
|
# trigger a retry.
|
|
1312
1313
|
# @return [::Hash]
|
|
@@ -1379,6 +1380,7 @@ module Google
|
|
|
1379
1380
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1380
1381
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1381
1382
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1383
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1382
1384
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1383
1385
|
# trigger a retry.
|
|
1384
1386
|
#
|
|
@@ -678,6 +678,7 @@ module Google
|
|
|
678
678
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
679
679
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
680
680
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
681
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
681
682
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
682
683
|
# trigger a retry.
|
|
683
684
|
# @return [::Hash]
|
|
@@ -761,6 +762,7 @@ module Google
|
|
|
761
762
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
762
763
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
763
764
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
765
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
764
766
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
765
767
|
# trigger a retry.
|
|
766
768
|
#
|
|
@@ -617,6 +617,7 @@ module Google
|
|
|
617
617
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
618
618
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
619
619
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
620
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
620
621
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
621
622
|
# trigger a retry.
|
|
622
623
|
# @return [::Hash]
|
|
@@ -689,6 +690,7 @@ module Google
|
|
|
689
690
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
690
691
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
691
692
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
693
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
692
694
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
693
695
|
# trigger a retry.
|
|
694
696
|
#
|
|
@@ -1504,6 +1504,7 @@ module Google
|
|
|
1504
1504
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1505
1505
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1506
1506
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1507
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1507
1508
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1508
1509
|
# trigger a retry.
|
|
1509
1510
|
# @return [::Hash]
|
|
@@ -1587,6 +1588,7 @@ module Google
|
|
|
1587
1588
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1588
1589
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1589
1590
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1591
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1590
1592
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1591
1593
|
# trigger a retry.
|
|
1592
1594
|
#
|
|
@@ -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
|
#
|
|
@@ -1387,6 +1387,7 @@ module Google
|
|
|
1387
1387
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1388
1388
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1389
1389
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1390
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1390
1391
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1391
1392
|
# trigger a retry.
|
|
1392
1393
|
# @return [::Hash]
|
|
@@ -1459,6 +1460,7 @@ module Google
|
|
|
1459
1460
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1460
1461
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1461
1462
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1463
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1462
1464
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1463
1465
|
# trigger a retry.
|
|
1464
1466
|
#
|
|
@@ -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-chronicle-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.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
|