google-cloud-beyond_corp-app_connections-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: e9849b50b3c3ebe49069ab9294362e8dbf2dd9cafee237b754aaee05d3489222
4
- data.tar.gz: 33ec4cb3cd53a94a425e2a0244a8d4431870908a20dd5c23fd22657a982d0092
3
+ metadata.gz: db73f480bf5ce8f4dc03bd56502da30bcf7eb339407d29e6f79fb94386d27f1d
4
+ data.tar.gz: 63d03a6bfda164edefa999cc06e4244083827f591eff5609c1d1afae9f3dbdef
5
5
  SHA512:
6
- metadata.gz: 243f14e0d70dda125a75fee95b076c8bf2cb03ea626da8ad0169019a5fcdf5ec55f9ba78e6a968966196f6c7362e69c228f06d566319ee2c69fe8f179620c9fa
7
- data.tar.gz: 33817c0c01f82d4a5046b1d6ad244674033e269cca039eca7246db3da14686c0c9f8784ccc830b42fc4b5cd06f2c16ed8265b43d9142778b7809b1538b7fcd6f
6
+ metadata.gz: f74e3412be1bd630071cf99045407613d6d6608f2a84f2a569241b0a4c955d3af625076d5eb479c00d62400b2a90b2d544b00450c52aefd23aedd4ffac90191b
7
+ data.tar.gz: 5cc27dd37b10605ad6f350bda027a182dc9e83edb4d94865e6d8395526be44c77180ab57c8e742a0179f63cddcb5c4aa6b5403dcd591ce7bb760624e1e89acea
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
@@ -995,6 +995,7 @@ module Google
995
995
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
996
996
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
997
997
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
998
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
998
999
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
999
1000
  # trigger a retry.
1000
1001
  # @return [::Hash]
@@ -1078,6 +1079,7 @@ module Google
1078
1079
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1079
1080
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1080
1081
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1082
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1081
1083
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1082
1084
  # trigger a retry.
1083
1085
  #
@@ -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 AppConnections
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-app_connections-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