google-cloud-dataproc-v1 1.14.0 → 1.15.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/dataproc/v1/autoscaling_policy_service/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/autoscaling_policy_service/rest/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/batch_controller/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/batch_controller/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/batch_controller/rest/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/batch_controller/rest/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/cluster_controller/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/cluster_controller/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/cluster_controller/rest/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/cluster_controller/rest/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/job_controller/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/job_controller/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/job_controller/rest/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/job_controller/rest/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/node_group_controller/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/node_group_controller/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/node_group_controller/rest/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/node_group_controller/rest/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/session_controller/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/session_controller/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/session_controller/rest/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/session_controller/rest/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/session_template_controller/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/session_template_controller/rest/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/version.rb +1 -1
- data/lib/google/cloud/dataproc/v1/workflow_template_service/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/workflow_template_service/operations.rb +2 -0
- data/lib/google/cloud/dataproc/v1/workflow_template_service/rest/client.rb +2 -0
- data/lib/google/cloud/dataproc/v1/workflow_template_service/rest/operations.rb +2 -0
- 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: d3ff2819868074fbc11687c27d5398b2cc4e0522fba2b5e4870561bcf7df57ea
|
|
4
|
+
data.tar.gz: dc3589bcbd90ad75779697b2e9428e7ee54ed67ade72494fcb1185a37dc5f54f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2236320830019c62eaeecf46241741f53d5c93fc863ded791ee5ea348d7c99fcb2859174f9a88b316fb927486bbe1827534b76dcde0f5afc1dce5389d49db82a
|
|
7
|
+
data.tar.gz: dd1aac7d5325969e090c36fedcccb8a971761c7d1802223c8b2c0e65e649e0d69e48bdf0ce756d6b922989296e96f7ed9b91f21d0022fbe0634c4b824e0a9201
|
data/README.md
CHANGED
|
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
85
85
|
|
|
86
86
|
## Supported Ruby Versions
|
|
87
87
|
|
|
88
|
-
This library is supported on Ruby 3.
|
|
88
|
+
This library is supported on Ruby 3.2+.
|
|
89
89
|
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -794,6 +794,7 @@ module Google
|
|
|
794
794
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
795
795
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
796
796
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
797
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
797
798
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
798
799
|
# trigger a retry.
|
|
799
800
|
# @return [::Hash]
|
|
@@ -877,6 +878,7 @@ module Google
|
|
|
877
878
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
878
879
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
879
880
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
881
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
880
882
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
881
883
|
# trigger a retry.
|
|
882
884
|
#
|
|
@@ -727,6 +727,7 @@ module Google
|
|
|
727
727
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
728
728
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
729
729
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
730
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
730
731
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
731
732
|
# trigger a retry.
|
|
732
733
|
# @return [::Hash]
|
|
@@ -806,6 +807,7 @@ module Google
|
|
|
806
807
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
807
808
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
808
809
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
810
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
809
811
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
810
812
|
# trigger a retry.
|
|
811
813
|
#
|
|
@@ -720,6 +720,7 @@ module Google
|
|
|
720
720
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
721
721
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
722
722
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
723
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
723
724
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
724
725
|
# trigger a retry.
|
|
725
726
|
# @return [::Hash]
|
|
@@ -803,6 +804,7 @@ module Google
|
|
|
803
804
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
804
805
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
805
806
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
807
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
806
808
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
807
809
|
# trigger a retry.
|
|
808
810
|
#
|
|
@@ -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
|
#
|
|
@@ -660,6 +660,7 @@ module Google
|
|
|
660
660
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
661
661
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
662
662
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
663
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
663
664
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
664
665
|
# trigger a retry.
|
|
665
666
|
# @return [::Hash]
|
|
@@ -739,6 +740,7 @@ module Google
|
|
|
739
740
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
740
741
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
741
742
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
743
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
742
744
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
743
745
|
# trigger a retry.
|
|
744
746
|
#
|
|
@@ -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
|
#
|
|
@@ -1355,6 +1355,7 @@ module Google
|
|
|
1355
1355
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1356
1356
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1357
1357
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1358
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1358
1359
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1359
1360
|
# trigger a retry.
|
|
1360
1361
|
# @return [::Hash]
|
|
@@ -1438,6 +1439,7 @@ module Google
|
|
|
1438
1439
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1439
1440
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1440
1441
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1442
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1441
1443
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1442
1444
|
# trigger a retry.
|
|
1443
1445
|
#
|
|
@@ -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
|
#
|
|
@@ -1225,6 +1225,7 @@ module Google
|
|
|
1225
1225
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1226
1226
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1227
1227
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1228
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1228
1229
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1229
1230
|
# trigger a retry.
|
|
1230
1231
|
# @return [::Hash]
|
|
@@ -1304,6 +1305,7 @@ module Google
|
|
|
1304
1305
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1305
1306
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1306
1307
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1308
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1307
1309
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1308
1310
|
# trigger a retry.
|
|
1309
1311
|
#
|
|
@@ -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
|
#
|
|
@@ -1089,6 +1089,7 @@ module Google
|
|
|
1089
1089
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1090
1090
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1091
1091
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1092
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1092
1093
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1093
1094
|
# trigger a retry.
|
|
1094
1095
|
# @return [::Hash]
|
|
@@ -1172,6 +1173,7 @@ module Google
|
|
|
1172
1173
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1173
1174
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1174
1175
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1176
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1175
1177
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1176
1178
|
# trigger a retry.
|
|
1177
1179
|
#
|
|
@@ -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
|
#
|
|
@@ -975,6 +975,7 @@ module Google
|
|
|
975
975
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
976
976
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
977
977
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
978
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
978
979
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
979
980
|
# trigger a retry.
|
|
980
981
|
# @return [::Hash]
|
|
@@ -1054,6 +1055,7 @@ module Google
|
|
|
1054
1055
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1055
1056
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1056
1057
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1058
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1057
1059
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1058
1060
|
# trigger a retry.
|
|
1059
1061
|
#
|
|
@@ -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
|
#
|
|
@@ -644,6 +644,7 @@ module Google
|
|
|
644
644
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
645
645
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
646
646
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
647
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
647
648
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
648
649
|
# trigger a retry.
|
|
649
650
|
# @return [::Hash]
|
|
@@ -727,6 +728,7 @@ module Google
|
|
|
727
728
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
728
729
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
729
730
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
731
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
730
732
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
731
733
|
# trigger a retry.
|
|
732
734
|
#
|
|
@@ -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
|
#
|
|
@@ -591,6 +591,7 @@ module Google
|
|
|
591
591
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
592
592
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
593
593
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
594
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
594
595
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
595
596
|
# trigger a retry.
|
|
596
597
|
# @return [::Hash]
|
|
@@ -670,6 +671,7 @@ module Google
|
|
|
670
671
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
671
672
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
672
673
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
674
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
673
675
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
674
676
|
# trigger a retry.
|
|
675
677
|
#
|
|
@@ -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
|
#
|
|
@@ -833,6 +833,7 @@ module Google
|
|
|
833
833
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
834
834
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
835
835
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
836
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
836
837
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
837
838
|
# trigger a retry.
|
|
838
839
|
# @return [::Hash]
|
|
@@ -916,6 +917,7 @@ module Google
|
|
|
916
917
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
917
918
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
918
919
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
920
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
919
921
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
920
922
|
# trigger a retry.
|
|
921
923
|
#
|
|
@@ -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
|
#
|
|
@@ -766,6 +766,7 @@ module Google
|
|
|
766
766
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
767
767
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
768
768
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
769
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
769
770
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
770
771
|
# trigger a retry.
|
|
771
772
|
# @return [::Hash]
|
|
@@ -845,6 +846,7 @@ module Google
|
|
|
845
846
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
846
847
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
847
848
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
849
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
848
850
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
849
851
|
# trigger a retry.
|
|
850
852
|
#
|
|
@@ -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
|
#
|
|
@@ -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
|
#
|
|
@@ -672,6 +672,7 @@ module Google
|
|
|
672
672
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
673
673
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
674
674
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
675
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
675
676
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
676
677
|
# trigger a retry.
|
|
677
678
|
# @return [::Hash]
|
|
@@ -751,6 +752,7 @@ module Google
|
|
|
751
752
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
752
753
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
753
754
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
755
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
754
756
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
755
757
|
# trigger a retry.
|
|
756
758
|
#
|
|
@@ -1115,6 +1115,7 @@ module Google
|
|
|
1115
1115
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1116
1116
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1117
1117
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1118
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1118
1119
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1119
1120
|
# trigger a retry.
|
|
1120
1121
|
# @return [::Hash]
|
|
@@ -1198,6 +1199,7 @@ module Google
|
|
|
1198
1199
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1199
1200
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1200
1201
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1202
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1201
1203
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1202
1204
|
# trigger a retry.
|
|
1203
1205
|
#
|
|
@@ -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
|
#
|
|
@@ -1034,6 +1034,7 @@ module Google
|
|
|
1034
1034
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1035
1035
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1036
1036
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1037
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1037
1038
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1038
1039
|
# trigger a retry.
|
|
1039
1040
|
# @return [::Hash]
|
|
@@ -1113,6 +1114,7 @@ module Google
|
|
|
1113
1114
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1114
1115
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1115
1116
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1117
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1116
1118
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1117
1119
|
# trigger a retry.
|
|
1118
1120
|
#
|
|
@@ -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-dataproc-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.15.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
|