google-cloud-gsuite_add_ons-v1 1.6.0 → 1.7.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: 3ea4c1a619d217586dcae8ded893256ae723e6b54224daa95ac97c43a84c1d4c
4
- data.tar.gz: 70aabc6dc37d56dac265d927f7efe2e3bc9134dad49c329b0cf2b48f831d5648
3
+ metadata.gz: 31ada1a777d7fb3144182e48d8d2c195603d2e185d201e2da1bca9f66704c47a
4
+ data.tar.gz: 250e185aeddb2a8950434734f1263a77385eae0807c90a13ae5f3027ac1ef6c3
5
5
  SHA512:
6
- metadata.gz: 2ed96652f155ddfa6ab306480d87670b03a51d00f0cb6681c55193ca4908d0ca76db8a7ca4c9848276c0d72bd2b9852624c2d51609ec464d50d16a941fe5a6de
7
- data.tar.gz: 96a3549ee5fe922565421d9415214602f003b6fabd2be6f1d6b71965804f1ddd96f1491288b6a3f9a122d9f90551fd3c2f83cfbec1d3c215d3a8d7a8442e73fe
6
+ metadata.gz: 45da094e8103b6b06c44bc438c37d6c94da162510bc2c6e93c62ef71f3705aa662a7098c8acef38db9355f22400400c368384aa25364ce3d380af82679ef5017
7
+ data.tar.gz: 07f4264147d9034815fc158b2d98a2e40263dee4dbdddad5c8f2cbdf6b568b95d50ce51bdb7e3c8f6c073da14b2826c860705bcd6b987ab977eee980fba917f5
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
@@ -1128,6 +1128,7 @@ module Google
1128
1128
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1129
1129
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1130
1130
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1131
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1131
1132
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1132
1133
  # trigger a retry.
1133
1134
  # @return [::Hash]
@@ -1211,6 +1212,7 @@ module Google
1211
1212
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1212
1213
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1213
1214
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1215
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1214
1216
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1215
1217
  # trigger a retry.
1216
1218
  #
@@ -1032,6 +1032,7 @@ module Google
1032
1032
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1033
1033
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1034
1034
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1035
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1035
1036
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1036
1037
  # trigger a retry.
1037
1038
  # @return [::Hash]
@@ -1104,6 +1105,7 @@ module Google
1104
1105
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1105
1106
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1106
1107
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1108
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1107
1109
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1108
1110
  # trigger a retry.
1109
1111
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module GSuiteAddOns
23
23
  module V1
24
- VERSION = "1.6.0"
24
+ VERSION = "1.7.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-gsuite_add_ons-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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-apps-script-type
28
28
  requirement: !ruby/object:Gem::Requirement