google-cloud-resource_manager-v3 1.7.1 → 1.8.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/resource_manager/v3/folders/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/folders/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/folders/rest/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/folders/rest/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/organizations/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/organizations/rest/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/projects/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/projects/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/projects/rest/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/projects/rest/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_bindings/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_bindings/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_bindings/rest/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_bindings/rest/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_holds/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_holds/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_holds/rest/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_holds/rest/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_keys/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_keys/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_keys/rest/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_keys/rest/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_values/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_values/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_values/rest/client.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/tag_values/rest/operations.rb +2 -0
- data/lib/google/cloud/resource_manager/v3/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: a1a8692e762f08f95959c28cafd50ddedf7e503d3d54e9b95ff3ad9cdf30666b
|
|
4
|
+
data.tar.gz: 37d690d9981e94a0773f31cc17f9645cf3362e7f1399a7c2b3bb6cf97e5ae881
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ea043f192ef4f1b718ffe06ebbe5a13029783506b443d184704864425b7eabe6af7b55b38fe245c60c55d4c1c86ea254fce6c27d025166e5f7b881672b75c30
|
|
7
|
+
data.tar.gz: 71ffb020806d24694375bbeaab506be8deb22c25327daa7348fb0ad565e6852243833ee9bc37275c722ebc83210975e7b990035896ebd9dc37c976991c544375
|
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
|
|
@@ -1488,6 +1488,7 @@ module Google
|
|
|
1488
1488
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1489
1489
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1490
1490
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1491
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1491
1492
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1492
1493
|
# trigger a retry.
|
|
1493
1494
|
# @return [::Hash]
|
|
@@ -1571,6 +1572,7 @@ module Google
|
|
|
1571
1572
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1572
1573
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1573
1574
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1575
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1574
1576
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1575
1577
|
# trigger a retry.
|
|
1576
1578
|
#
|
|
@@ -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
|
#
|
|
@@ -1402,6 +1402,7 @@ module Google
|
|
|
1402
1402
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1403
1403
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1404
1404
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1405
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1405
1406
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1406
1407
|
# trigger a retry.
|
|
1407
1408
|
# @return [::Hash]
|
|
@@ -1474,6 +1475,7 @@ module Google
|
|
|
1474
1475
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1475
1476
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1476
1477
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1478
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1477
1479
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1478
1480
|
# trigger a retry.
|
|
1479
1481
|
#
|
|
@@ -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
|
#
|
|
@@ -785,6 +785,7 @@ module Google
|
|
|
785
785
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
786
786
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
787
787
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
788
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
788
789
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
789
790
|
# trigger a retry.
|
|
790
791
|
# @return [::Hash]
|
|
@@ -868,6 +869,7 @@ module Google
|
|
|
868
869
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
869
870
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
870
871
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
872
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
871
873
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
872
874
|
# trigger a retry.
|
|
873
875
|
#
|
|
@@ -725,6 +725,7 @@ module Google
|
|
|
725
725
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
726
726
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
727
727
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
728
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
728
729
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
729
730
|
# trigger a retry.
|
|
730
731
|
# @return [::Hash]
|
|
@@ -797,6 +798,7 @@ module Google
|
|
|
797
798
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
798
799
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
799
800
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
801
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
800
802
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
801
803
|
# trigger a retry.
|
|
802
804
|
#
|
|
@@ -1505,6 +1505,7 @@ module Google
|
|
|
1505
1505
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1506
1506
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1507
1507
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1508
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1508
1509
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1509
1510
|
# trigger a retry.
|
|
1510
1511
|
# @return [::Hash]
|
|
@@ -1588,6 +1589,7 @@ module Google
|
|
|
1588
1589
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1589
1590
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1590
1591
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1592
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1591
1593
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1592
1594
|
# trigger a retry.
|
|
1593
1595
|
#
|
|
@@ -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
|
#
|
|
@@ -1419,6 +1419,7 @@ module Google
|
|
|
1419
1419
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1420
1420
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1421
1421
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1422
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1422
1423
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1423
1424
|
# trigger a retry.
|
|
1424
1425
|
# @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
|
#
|
|
@@ -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
|
#
|
|
@@ -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
|
#
|
|
@@ -640,6 +640,7 @@ module Google
|
|
|
640
640
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
641
641
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
642
642
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
643
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
643
644
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
644
645
|
# trigger a retry.
|
|
645
646
|
# @return [::Hash]
|
|
@@ -712,6 +713,7 @@ module Google
|
|
|
712
713
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
713
714
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
714
715
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
716
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
715
717
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
716
718
|
# trigger a retry.
|
|
717
719
|
#
|
|
@@ -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
|
#
|
|
@@ -607,6 +607,7 @@ module Google
|
|
|
607
607
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
608
608
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
609
609
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
610
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
610
611
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
611
612
|
# trigger a retry.
|
|
612
613
|
# @return [::Hash]
|
|
@@ -690,6 +691,7 @@ module Google
|
|
|
690
691
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
691
692
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
692
693
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
694
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
693
695
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
694
696
|
# trigger a retry.
|
|
695
697
|
#
|
|
@@ -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
|
#
|
|
@@ -553,6 +553,7 @@ module Google
|
|
|
553
553
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
554
554
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
555
555
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
556
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
556
557
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
557
558
|
# trigger a retry.
|
|
558
559
|
# @return [::Hash]
|
|
@@ -625,6 +626,7 @@ module Google
|
|
|
625
626
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
626
627
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
627
628
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
629
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
628
630
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
629
631
|
# trigger a retry.
|
|
630
632
|
#
|
|
@@ -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
|
#
|
|
@@ -1167,6 +1167,7 @@ module Google
|
|
|
1167
1167
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1168
1168
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1169
1169
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1170
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1170
1171
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1171
1172
|
# trigger a retry.
|
|
1172
1173
|
# @return [::Hash]
|
|
@@ -1250,6 +1251,7 @@ module Google
|
|
|
1250
1251
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1251
1252
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1252
1253
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1254
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1253
1255
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1254
1256
|
# trigger a retry.
|
|
1255
1257
|
#
|
|
@@ -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
|
#
|
|
@@ -1095,6 +1095,7 @@ module Google
|
|
|
1095
1095
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1096
1096
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1097
1097
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1098
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1098
1099
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1099
1100
|
# trigger a retry.
|
|
1100
1101
|
# @return [::Hash]
|
|
@@ -1167,6 +1168,7 @@ module Google
|
|
|
1167
1168
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1168
1169
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1169
1170
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1171
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1170
1172
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1171
1173
|
# trigger a retry.
|
|
1172
1174
|
#
|
|
@@ -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
|
#
|
|
@@ -1167,6 +1167,7 @@ module Google
|
|
|
1167
1167
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1168
1168
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1169
1169
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1170
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1170
1171
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1171
1172
|
# trigger a retry.
|
|
1172
1173
|
# @return [::Hash]
|
|
@@ -1250,6 +1251,7 @@ module Google
|
|
|
1250
1251
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1251
1252
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1252
1253
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1254
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1253
1255
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1254
1256
|
# trigger a retry.
|
|
1255
1257
|
#
|
|
@@ -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
|
#
|
|
@@ -1095,6 +1095,7 @@ module Google
|
|
|
1095
1095
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1096
1096
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1097
1097
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1098
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1098
1099
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1099
1100
|
# trigger a retry.
|
|
1100
1101
|
# @return [::Hash]
|
|
@@ -1167,6 +1168,7 @@ module Google
|
|
|
1167
1168
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1168
1169
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1169
1170
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1171
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1170
1172
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1171
1173
|
# trigger a retry.
|
|
1172
1174
|
#
|
|
@@ -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-resource_manager-v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.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
|