google-cloud-beyond_corp-client_gateways-v1 0.12.0 → 0.13.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: 5ba5fac8006d437819f6c67fb53ce4d9aeb3f93add3e607646ccd11f71853686
4
- data.tar.gz: b79589f77471387d595d65b7447788d041bf8f88314e6dae31fea048ef06fec6
3
+ metadata.gz: 69815427344b83586c5b5d8b211c0dcf4ccb81820c9f119a857d559ca899cf9b
4
+ data.tar.gz: 2c4db395cfc8d5765fa5b190637c3bde6d7ccbeccb268d6a83f25fcef7215fad
5
5
  SHA512:
6
- metadata.gz: '085f7d1fafae441c9846259be5b0baea9484da0eff552c27d4336cb04213fa12bf3db33d2768130ba047693d838057309f8719623050eebf77a250c3e3794a8e'
7
- data.tar.gz: eb6481cac4327672c07380dc9a7f05e9af0e2edb7839b922dffb2b87f70343b4642e49f0b5826451a82c38e9cbbfa9579e900d2b90cfca8bf2c2c5c1340838ca
6
+ metadata.gz: 965e26e6453fced3184afe3b281cc8f46df3bfc8bae8f2fb9fb5a0b280bd2d17d9cfa09ff4fb7e52d46522f529ba700e2223090c92e09378a1c0d3e9aeec70a5
7
+ data.tar.gz: b65f31dc5219ec397fbaeb4bc0c10398add5da5c4bbd91d7f3060f9fa283bbe16dffd031df7c32bf4b220af528e071019622a318397aceb883bb14bc27214395
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
@@ -750,6 +750,7 @@ module Google
750
750
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
751
751
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
752
752
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
753
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
753
754
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
754
755
  # trigger a retry.
755
756
  # @return [::Hash]
@@ -833,6 +834,7 @@ module Google
833
834
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
834
835
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
835
836
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
837
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
836
838
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
837
839
  # trigger a retry.
838
840
  #
@@ -704,6 +704,7 @@ module Google
704
704
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
705
705
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
706
706
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
707
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
707
708
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
708
709
  # trigger a retry.
709
710
  # @return [::Hash]
@@ -787,6 +788,7 @@ module Google
787
788
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
788
789
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
789
790
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
791
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
790
792
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
791
793
  # trigger a retry.
792
794
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module BeyondCorp
23
23
  module ClientGateways
24
24
  module V1
25
- VERSION = "0.12.0"
25
+ VERSION = "0.13.0"
26
26
  end
27
27
  end
28
28
  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-beyond_corp-client_gateways-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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