google-area120-tables-v1alpha1 0.14.0 → 0.15.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: 2b30fcd3f85ad45be2f9a170a5bd43dbf038ffcad4f642fd5268105b86482fb6
4
- data.tar.gz: 636ea1a362a8f466b09757f1180c96c5c3039b581f66e451e29e81eed20ffc75
3
+ metadata.gz: b7aaa0164062ac0e4d4d9e39bf00f5eefb3f6fe5886d1b9b7275cb52717dc5d6
4
+ data.tar.gz: 3c1c30be1f661627a1057c503fc9c6d50afc355b97724f2638060dd93a28a937
5
5
  SHA512:
6
- metadata.gz: d5f10275181e436b75d2fdde41a904f9c0fae24502e5a94f39c1e63a50318df632ec0a33e4611723171c023f2819ecb23de2fe0fc9b2abc8a5bacd03aaf62a51
7
- data.tar.gz: ee6ca97c67fcbbb7c19bf8e63ec02a741f9dd13851524bc9461fb7f81cc43caaf74b0c4ae7554c45dfbe36339dfc1876c7ebf8b3a8251d10c7897be14a46faf0
6
+ metadata.gz: 1cd8c611c07bf07cdbde9847faa1da2844e2bfc6ccee27a6d4fbd9eecb0420edfc107ae2f1b310f1a673fcaf79eb96004b48df4312e22826556c4bcaf3d361e3
7
+ data.tar.gz: f17b77ea03b1a004b5197c640ce411802e41132ce4ecbbb0f2b8d9e1cac2306ed467f07dcb7a580302e9615e480cbf1aa318f30fb435167d983ca3683be70a1d
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
@@ -1415,6 +1415,7 @@ module Google
1415
1415
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1416
1416
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1417
1417
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1418
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1418
1419
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1419
1420
  # trigger a retry.
1420
1421
  # @return [::Hash]
@@ -1498,6 +1499,7 @@ module Google
1498
1499
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1499
1500
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1500
1501
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1502
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1501
1503
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1502
1504
  # trigger a retry.
1503
1505
  #
@@ -1314,6 +1314,7 @@ module Google
1314
1314
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1315
1315
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1316
1316
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1317
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1317
1318
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1318
1319
  # trigger a retry.
1319
1320
  # @return [::Hash]
@@ -1386,6 +1387,7 @@ module Google
1386
1387
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1387
1388
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1388
1389
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1390
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1389
1391
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1390
1392
  # trigger a retry.
1391
1393
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Area120
22
22
  module Tables
23
23
  module V1alpha1
24
- VERSION = "0.14.0"
24
+ VERSION = "0.15.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-area120-tables-v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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