google-cloud-beyond_corp-app_connectors-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: fbf1479ecc3c8fe24cacdb4137e329941bb2165644432a8cf43bdf1f88c1ab2f
4
- data.tar.gz: f8377dc7e98e4aa3c1bf66cdf4891f6f3ce420abfc523a30876d58671a1ca502
3
+ metadata.gz: 32f01bae522a723d28e03b2b0d0e3c993534ddeb8dd146a3ce3557226ceecc9e
4
+ data.tar.gz: 64e3d08cc56303803309834e8f2b316cc8324563f450149c90410bed14997841
5
5
  SHA512:
6
- metadata.gz: 6581a02346e962b5cc7a39cc7f8f192755f70292a7ecc310b50f76cce1d029e272a8c871afeb61307e8483eecdbb27cf65e903be6896c990a36010e973c961c2
7
- data.tar.gz: 0ecc3cf1aa13ff852b11481da4679d2ece922a47645926ccf48ca7e262103dd72aa095bd7545bb61ed82efaf3f9500a2cdb7fca848162a32fad12ee352eb6348
6
+ metadata.gz: 40fd2206178e42b5bcda16dd68635b423923a9ea88470318a15635d3154a71de2595d902087ad4689a90d6d1d578cf4bf933a6e783236334117ec457b62d0d8e
7
+ data.tar.gz: cc478cf7148e394ea5decc5951b8628c6a782c1bb29ebe2c124e53417df30094a8ad01dc3897157f7e2d6b7ed053824ea775a73b840a80d5ab2699ba5ea97b5c
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
@@ -998,6 +998,7 @@ module Google
998
998
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
999
999
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1000
1000
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1001
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1001
1002
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1002
1003
  # trigger a retry.
1003
1004
  # @return [::Hash]
@@ -1081,6 +1082,7 @@ module Google
1081
1082
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1082
1083
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1083
1084
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1085
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1084
1086
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1085
1087
  # trigger a retry.
1086
1088
  #
@@ -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 AppConnectors
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_connectors-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