google-cloud-talent-v4 1.8.1 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/talent/v4/company_service/client.rb +2 -0
- data/lib/google/cloud/talent/v4/company_service/rest/client.rb +2 -0
- data/lib/google/cloud/talent/v4/completion/client.rb +2 -0
- data/lib/google/cloud/talent/v4/completion/rest/client.rb +2 -0
- data/lib/google/cloud/talent/v4/event_service/client.rb +2 -0
- data/lib/google/cloud/talent/v4/event_service/rest/client.rb +2 -0
- data/lib/google/cloud/talent/v4/job_service/client.rb +2 -0
- data/lib/google/cloud/talent/v4/job_service/operations.rb +2 -0
- data/lib/google/cloud/talent/v4/job_service/rest/client.rb +2 -0
- data/lib/google/cloud/talent/v4/job_service/rest/operations.rb +2 -0
- data/lib/google/cloud/talent/v4/tenant_service/client.rb +2 -0
- data/lib/google/cloud/talent/v4/tenant_service/rest/client.rb +2 -0
- data/lib/google/cloud/talent/v4/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: 920bfd90ff8e94cf926e4fbab51dbf9e822ccae6aa79cb85f0ac6bcd7953d3e5
|
|
4
|
+
data.tar.gz: 506ef7ce39e51b8c7dcfc00d014d2779e0e27a16afa46b04c8141f1b41b246f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb31311db69ab743047ccb1528fb2c1b591c8c47f62902e02ca84cf328d15c5bcffd08b3eb45d44e0a247e25a1310db673bacaa127fb5e87185451ae49664887
|
|
7
|
+
data.tar.gz: 16bd9778deac38def1af02b8addc6b1c3056554ed14e9a7445a922056f54fb8c831fa72af501103d3d9c43c7053f914f118bd02a6d73c7923a03dda84766e7a4
|
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
|
|
@@ -771,6 +771,7 @@ module Google
|
|
|
771
771
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
772
772
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
773
773
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
774
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
774
775
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
775
776
|
# trigger a retry.
|
|
776
777
|
# @return [::Hash]
|
|
@@ -854,6 +855,7 @@ module Google
|
|
|
854
855
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
855
856
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
856
857
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
858
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
857
859
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
858
860
|
# trigger a retry.
|
|
859
861
|
#
|
|
@@ -703,6 +703,7 @@ module Google
|
|
|
703
703
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
704
704
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
705
705
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
706
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
706
707
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
707
708
|
# trigger a retry.
|
|
708
709
|
# @return [::Hash]
|
|
@@ -775,6 +776,7 @@ module Google
|
|
|
775
776
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
776
777
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
777
778
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
779
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
778
780
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
779
781
|
# trigger a retry.
|
|
780
782
|
#
|
|
@@ -400,6 +400,7 @@ module Google
|
|
|
400
400
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
401
401
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
402
402
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
403
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
403
404
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
404
405
|
# trigger a retry.
|
|
405
406
|
# @return [::Hash]
|
|
@@ -483,6 +484,7 @@ module Google
|
|
|
483
484
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
484
485
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
485
486
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
487
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
486
488
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
487
489
|
# trigger a retry.
|
|
488
490
|
#
|
|
@@ -360,6 +360,7 @@ module Google
|
|
|
360
360
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
361
361
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
362
362
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
363
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
363
364
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
364
365
|
# trigger a retry.
|
|
365
366
|
# @return [::Hash]
|
|
@@ -432,6 +433,7 @@ module Google
|
|
|
432
433
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
433
434
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
434
435
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
436
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
435
437
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
436
438
|
# trigger a retry.
|
|
437
439
|
#
|
|
@@ -378,6 +378,7 @@ module Google
|
|
|
378
378
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
379
379
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
380
380
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
381
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
381
382
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
382
383
|
# trigger a retry.
|
|
383
384
|
# @return [::Hash]
|
|
@@ -461,6 +462,7 @@ module Google
|
|
|
461
462
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
462
463
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
463
464
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
465
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
464
466
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
465
467
|
# trigger a retry.
|
|
466
468
|
#
|
|
@@ -338,6 +338,7 @@ module Google
|
|
|
338
338
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
339
339
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
340
340
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
341
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
341
342
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
342
343
|
# trigger a retry.
|
|
343
344
|
# @return [::Hash]
|
|
@@ -410,6 +411,7 @@ module Google
|
|
|
410
411
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
411
412
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
412
413
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
414
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
413
415
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
414
416
|
# trigger a retry.
|
|
415
417
|
#
|
|
@@ -1889,6 +1889,7 @@ module Google
|
|
|
1889
1889
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1890
1890
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1891
1891
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1892
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1892
1893
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1893
1894
|
# trigger a retry.
|
|
1894
1895
|
# @return [::Hash]
|
|
@@ -1972,6 +1973,7 @@ module Google
|
|
|
1972
1973
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1973
1974
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1974
1975
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1976
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1975
1977
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1976
1978
|
# trigger a retry.
|
|
1977
1979
|
#
|
|
@@ -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
|
#
|
|
@@ -1786,6 +1786,7 @@ module Google
|
|
|
1786
1786
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1787
1787
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1788
1788
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1789
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1789
1790
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1790
1791
|
# trigger a retry.
|
|
1791
1792
|
# @return [::Hash]
|
|
@@ -1858,6 +1859,7 @@ module Google
|
|
|
1858
1859
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1859
1860
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1860
1861
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1862
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1861
1863
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1862
1864
|
# trigger a retry.
|
|
1863
1865
|
#
|
|
@@ -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
|
#
|
|
@@ -759,6 +759,7 @@ module Google
|
|
|
759
759
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
760
760
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
761
761
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
762
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
762
763
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
763
764
|
# trigger a retry.
|
|
764
765
|
# @return [::Hash]
|
|
@@ -842,6 +843,7 @@ module Google
|
|
|
842
843
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
843
844
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
844
845
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
846
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
845
847
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
846
848
|
# trigger a retry.
|
|
847
849
|
#
|
|
@@ -691,6 +691,7 @@ module Google
|
|
|
691
691
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
692
692
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
693
693
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
694
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
694
695
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
695
696
|
# trigger a retry.
|
|
696
697
|
# @return [::Hash]
|
|
@@ -763,6 +764,7 @@ module Google
|
|
|
763
764
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
764
765
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
765
766
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
767
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
766
768
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
767
769
|
# trigger a retry.
|
|
768
770
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-talent-v4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.3'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|