google-cloud-gemini_data_analytics-v1 0.1.0 → 0.2.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: 3a5fb0bcf655781f0fe169986b8367943e30c48631f1ca36b0ca6988cfd22d5b
4
- data.tar.gz: '043498198a841c2f662677e06ff169caab17a086a40c79549ab46f98cfd57adb'
3
+ metadata.gz: b24c81d5e8afee027f6692a7d7762c918032f2fded134b0839158d1cbf3aec90
4
+ data.tar.gz: 48cd9ffb5435265ecf9e562cb5b293720018dab7c8d054be5a792dea237dec8c
5
5
  SHA512:
6
- metadata.gz: 81a128f7039e2ce0df18310920b02c2130b4acc7ca2e27c0902f74e5bed78f3d1705adfa6aeb562fe5b83e8fb0402d63558adaf21259995e3eb07f6bf8ca12b4
7
- data.tar.gz: c546c5d19057073ff602865c422a32db746a00fd5efca0bdcea6ebcb498a12f8bb577d8cf2296d8f02b4d8d3434f986b7fbafc38e6793a7ed92c586bf913121a
6
+ metadata.gz: ea5c6ef71389a0dbfb72acb0ae448674bae24b19108b390b292bc372bba4390d88f3d953cfecbe25f596bf016d9dcbd9bd804c90b2d175a6a5142e24ac1b92f5
7
+ data.tar.gz: 70a0fb6d728705affe15182aa11266c33eaf793e5e7d32f9734b8dd710ff0dbc9c8fe6e9be631fe91290535db6546a0fca48cf519b0ef85cf1fd8ad325588ba7
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
@@ -1455,6 +1455,7 @@ module Google
1455
1455
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1456
1456
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1457
1457
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1458
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1458
1459
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1459
1460
  # trigger a retry.
1460
1461
  # @return [::Hash]
@@ -1538,6 +1539,7 @@ module Google
1538
1539
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1539
1540
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1540
1541
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1542
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1541
1543
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1542
1544
  # trigger a retry.
1543
1545
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -1346,6 +1346,7 @@ module Google
1346
1346
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1347
1347
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1348
1348
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1349
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1349
1350
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1350
1351
  # trigger a retry.
1351
1352
  # @return [::Hash]
@@ -1425,6 +1426,7 @@ module Google
1425
1426
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1426
1427
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1427
1428
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1429
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1428
1430
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1429
1431
  # trigger a retry.
1430
1432
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -918,6 +918,7 @@ module Google
918
918
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
919
919
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
920
920
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
921
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
921
922
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
922
923
  # trigger a retry.
923
924
  # @return [::Hash]
@@ -1001,6 +1002,7 @@ module Google
1001
1002
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1002
1003
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1003
1004
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1005
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1004
1006
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1005
1007
  # trigger a retry.
1006
1008
  #
@@ -846,6 +846,7 @@ module Google
846
846
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
847
847
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
848
848
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
849
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
849
850
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
850
851
  # trigger a retry.
851
852
  # @return [::Hash]
@@ -925,6 +926,7 @@ module Google
925
926
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
926
927
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
927
928
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
929
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
928
930
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
929
931
  # trigger a retry.
930
932
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module GeminiDataAnalytics
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.2.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gemini_data_analytics-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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