google-cloud-talent-v4beta1 0.18.1 → 0.19.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ac131a630bb15490d96e3b83fe7fc0ecc557dfed2a130901ed573b6eac6950d
4
- data.tar.gz: 6a64a77fe236ba05a14b4ec4586dbf6fda6099c4b339f0922e4f3257d82d1b81
3
+ metadata.gz: 41b54a65a35af4503d63a7ee247c8c9f87c9b1892db03084c015850e855bb54e
4
+ data.tar.gz: 4886466ff490afcf1648a7ed71d63df2725b125b51366f1fbf46089615431fa9
5
5
  SHA512:
6
- metadata.gz: 2297e09f87037917e9449dd2705f94d52e8b6f976141d8ddc26fd4799979891763ed4d875cad428de682f4a2ef70979a456397cba1710624b26d4c3d878a7f1c
7
- data.tar.gz: 41bf9a0efcbf56bc6b8804daacd7a076124d3e01a8ffe8230d42b0de576ae0567148007f71ad053b5a74c02a636ebfa0e17a630aaa9c8fd8024f88adf1a22925
6
+ metadata.gz: 1545204c0f441b8ed5d880c04ad0cc23eb96bdde9bd0b26806c726c908e417968ac14ae18920bf4dc55b42157b3a50d17d87e52a87ca6f35b8bbd34a27550f28
7
+ data.tar.gz: ef0c36169e3c6180bb3167c1b595ffc3c1e17f87759ea31838d1932a73fbf352335349bc01019865df47c97b4185e0a602ed10ad806fae52b35a47e680fb87f6
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.0+.
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
@@ -782,6 +782,7 @@ module Google
782
782
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
783
783
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
784
784
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
785
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
785
786
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
786
787
  # trigger a retry.
787
788
  # @return [::Hash]
@@ -865,6 +866,7 @@ module Google
865
866
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
866
867
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
867
868
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
869
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
868
870
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
869
871
  # trigger a retry.
870
872
  #
@@ -714,6 +714,7 @@ module Google
714
714
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
715
715
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
716
716
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
717
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
717
718
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
718
719
  # trigger a retry.
719
720
  # @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
  #
@@ -406,6 +406,7 @@ module Google
406
406
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
407
407
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
408
408
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
409
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
409
410
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
410
411
  # trigger a retry.
411
412
  # @return [::Hash]
@@ -489,6 +490,7 @@ module Google
489
490
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
490
491
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
491
492
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
493
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
492
494
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
493
495
  # trigger a retry.
494
496
  #
@@ -366,6 +366,7 @@ module Google
366
366
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
367
367
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
368
368
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
369
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
369
370
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
370
371
  # trigger a retry.
371
372
  # @return [::Hash]
@@ -438,6 +439,7 @@ module Google
438
439
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
439
440
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
440
441
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
442
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
441
443
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
442
444
  # trigger a retry.
443
445
  #
@@ -379,6 +379,7 @@ module Google
379
379
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
380
380
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
381
381
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
382
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
382
383
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
383
384
  # trigger a retry.
384
385
  # @return [::Hash]
@@ -462,6 +463,7 @@ module Google
462
463
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
463
464
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
464
465
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
466
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
465
467
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
466
468
  # trigger a retry.
467
469
  #
@@ -339,6 +339,7 @@ module Google
339
339
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
340
340
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
341
341
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
342
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
342
343
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
343
344
  # trigger a retry.
344
345
  # @return [::Hash]
@@ -411,6 +412,7 @@ module Google
411
412
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
412
413
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
413
414
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
415
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
414
416
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
415
417
  # trigger a retry.
416
418
  #
@@ -1910,6 +1910,7 @@ module Google
1910
1910
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1911
1911
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1912
1912
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1913
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1913
1914
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1914
1915
  # trigger a retry.
1915
1916
  # @return [::Hash]
@@ -1993,6 +1994,7 @@ module Google
1993
1994
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1994
1995
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1995
1996
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1997
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1996
1998
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1997
1999
  # trigger a retry.
1998
2000
  #
@@ -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
  #
@@ -1807,6 +1807,7 @@ module Google
1807
1807
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1808
1808
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1809
1809
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1810
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1810
1811
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1811
1812
  # trigger a retry.
1812
1813
  # @return [::Hash]
@@ -1879,6 +1880,7 @@ module Google
1879
1880
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1880
1881
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1881
1882
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1883
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1882
1884
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1883
1885
  # trigger a retry.
1884
1886
  #
@@ -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
  #
@@ -761,6 +761,7 @@ module Google
761
761
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
762
762
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
763
763
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
764
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
764
765
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
765
766
  # trigger a retry.
766
767
  # @return [::Hash]
@@ -844,6 +845,7 @@ module Google
844
845
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
845
846
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
846
847
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
848
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
847
849
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
848
850
  # trigger a retry.
849
851
  #
@@ -693,6 +693,7 @@ module Google
693
693
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
694
694
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
695
695
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
696
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
696
697
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
697
698
  # trigger a retry.
698
699
  # @return [::Hash]
@@ -765,6 +766,7 @@ module Google
765
766
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
766
767
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
767
768
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
769
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
768
770
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
769
771
  # trigger a retry.
770
772
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Talent
23
23
  module V4beta1
24
- VERSION = "0.18.1"
24
+ VERSION = "0.19.0"
25
25
  end
26
26
  end
27
27
  end
@@ -31,6 +31,8 @@ module Google
31
31
  # @!attribute [rw] selective_gapic_generation
32
32
  # @return [::Google::Api::SelectiveGapicGeneration]
33
33
  # Configuration for which RPCs should be generated in the GAPIC client.
34
+ #
35
+ # Note: This field should not be used in most cases.
34
36
  class CommonLanguageSettings
35
37
  include ::Google::Protobuf::MessageExts
36
38
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ module Google
441
443
 
442
444
  # This message is used to configure the generation of a subset of the RPCs in
443
445
  # a service for client libraries.
446
+ #
447
+ # Note: This feature should not be used in most cases.
444
448
  # @!attribute [rw] methods
445
449
  # @return [::Array<::String>]
446
450
  # An allowlist of the fully qualified names of RPCs that should be included
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-talent-v4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.19.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.2'
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.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement