google-cloud-data_catalog-lineage-v1 0.15.0 → 0.16.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: c63150aeb7fe8d673b81f0ea32c690dfb8a66abf4da8b454c9fdffa67f93eff9
4
- data.tar.gz: 70387ed77421a49a9b854076700ec191acb8a1474e622123ca6760e453e92f8c
3
+ metadata.gz: eb465537eee803bd9c9a311da2c87585e100d759ab471e5358a5aafbd3f8bb1c
4
+ data.tar.gz: 72436863acf8500dc4f3930ce4a912a049cfd2089c1a3b1480620632940ccdd5
5
5
  SHA512:
6
- metadata.gz: e4d724a56f8aec9da6af1034508de067dde963e4cdb8861d9f707e161e20a816d04733cb34db5febaf2cde032a71a9b982d339082b48a7987af4551069c3a0ba
7
- data.tar.gz: '086ab1a5e6ded6d7ffb6985e387d37218e375b93d99452b2c980287fe886795e1d25fa03c2628356bdce24c7b2fffcd329f0ae408f5f3de942ecebca50cbf13f'
6
+ metadata.gz: d2f9b785c419be8e07d91f954002262579f820a6d1f4d66d95476bd0af5d688f683c124dc2e71c789c03ab644fceead094e7d39f23c8392cd13ec9934b9e2c9c
7
+ data.tar.gz: 90e220314b03d6e09e246748f07316b44d96b0b527747d71d1335865626a762720f16fab42b2e61fa4797add735c4e60252146d6b91698b58f74d9428b6343a0
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
@@ -2099,6 +2099,7 @@ module Google
2099
2099
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2100
2100
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2101
2101
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2102
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2102
2103
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2103
2104
  # trigger a retry.
2104
2105
  # @return [::Hash]
@@ -2182,6 +2183,7 @@ module Google
2182
2183
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2183
2184
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2184
2185
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2186
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2185
2187
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2186
2188
  # trigger a retry.
2187
2189
  #
@@ -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
  #
@@ -1942,6 +1942,7 @@ module Google
1942
1942
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1943
1943
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1944
1944
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1945
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1945
1946
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1946
1947
  # trigger a retry.
1947
1948
  # @return [::Hash]
@@ -2014,6 +2015,7 @@ module Google
2014
2015
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2015
2016
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2016
2017
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2018
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2017
2019
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2018
2020
  # trigger a retry.
2019
2021
  #
@@ -542,6 +542,7 @@ module Google
542
542
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
543
543
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
544
544
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
545
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
545
546
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
546
547
  # trigger a retry.
547
548
  # @return [::Hash]
@@ -614,6 +615,7 @@ module Google
614
615
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
615
616
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
616
617
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
618
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
617
619
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
618
620
  # trigger a retry.
619
621
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module DataCatalog
23
23
  module Lineage
24
24
  module V1
25
- VERSION = "0.15.0"
25
+ VERSION = "0.16.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_catalog-lineage-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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