google-cloud-commerce-consumer-procurement-v1 1.8.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c569c8cd18f1e000116aaf41bc765869de1b3bae6d0ed88364c01f3e42ef2b19
4
- data.tar.gz: 0b71976414f2f21ff58b038326d0ab943dd2c4b06cf62ca77795ee669fb44ca6
3
+ metadata.gz: 8e10521cc89905e7897754ce6651a1b56e1ca09e6742645f50cbf764047c0a13
4
+ data.tar.gz: b5b8468c8f58df1889b6bd1ec753ceeb2df3bf5954b61e73810980b2e7cbf017
5
5
  SHA512:
6
- metadata.gz: dec1934c081bd71d8396f7eb462c359456acaad312e8cf2e853e7d336599e996545e95c969152c71a55d34bffc6a0b031857d1caad2ffcacc5d05d18da418db6
7
- data.tar.gz: 4462f182623f32db75f295fc20afd43f35c231f47c76b9fad9b73fec6ebe85647472487d9e431ab69384cb53c8b7ce4172522958be4abf98807008127d10f61e
6
+ metadata.gz: ee6a889f88dcf5927d9d8b871c3a6da8fea71cae900c7c069707b3c827f151f93e5e7b22a87e779f3c07bd83a1c510fb1ed51c31a073c70f718f66058e7b7674
7
+ data.tar.gz: 130a5282779bc713ecae8c8b1530a4b468f7a6c509bbae488b8fc7f596705fbc2d93e5d56333b635fb82415f6c5d068890b69fd51d55bb0873f3687d2fe04c76
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.0+.
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
@@ -842,6 +842,7 @@ module Google
842
842
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
843
843
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
844
844
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
845
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
845
846
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
846
847
  # trigger a retry.
847
848
  # @return [::Hash]
@@ -925,6 +926,7 @@ module Google
925
926
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
926
927
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
927
928
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
929
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
928
930
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
929
931
  # trigger a retry.
930
932
  #
@@ -705,6 +705,7 @@ module Google
705
705
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
706
706
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
707
707
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
708
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
708
709
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
709
710
  # trigger a retry.
710
711
  # @return [::Hash]
@@ -788,6 +789,7 @@ module Google
788
789
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
789
790
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
790
791
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
792
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
791
793
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
792
794
  # trigger a retry.
793
795
  #
@@ -774,6 +774,7 @@ module Google
774
774
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
775
775
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
776
776
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
777
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
777
778
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
778
779
  # trigger a retry.
779
780
  # @return [::Hash]
@@ -846,6 +847,7 @@ module Google
846
847
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
847
848
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
848
849
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
850
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
849
851
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
850
852
  # trigger a retry.
851
853
  #
@@ -543,6 +543,7 @@ module Google
543
543
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
544
544
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
545
545
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
546
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
546
547
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
547
548
  # trigger a retry.
548
549
  # @return [::Hash]
@@ -615,6 +616,7 @@ module Google
615
616
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
616
617
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
617
618
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
619
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
618
620
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
619
621
  # trigger a retry.
620
622
  #
@@ -731,6 +731,7 @@ module Google
731
731
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
732
732
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
733
733
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
734
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
734
735
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
735
736
  # trigger a retry.
736
737
  # @return [::Hash]
@@ -814,6 +815,7 @@ module Google
814
815
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
815
816
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
816
817
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
818
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
817
819
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
818
820
  # trigger a retry.
819
821
  #
@@ -663,6 +663,7 @@ module Google
663
663
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
664
664
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
665
665
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
666
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
666
667
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
667
668
  # trigger a retry.
668
669
  # @return [::Hash]
@@ -735,6 +736,7 @@ module Google
735
736
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
736
737
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
737
738
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
739
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
738
740
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
739
741
  # trigger a retry.
740
742
  #
@@ -23,7 +23,7 @@ module Google
23
23
  module Consumer
24
24
  module Procurement
25
25
  module V1
26
- VERSION = "1.8.0"
26
+ VERSION = "1.9.0"
27
27
  end
28
28
  end
29
29
  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-commerce-consumer-procurement-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
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.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