google-cloud-gemini_data_analytics 0.2.0 → 0.4.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: f6965f788438880a2b20acefc1766d4c8af9f3ccddb58b027cead0a2e3e053af
4
- data.tar.gz: 803bbabf01633b41a246454a1cb63b56cf7e53688ca2c44daef9e1d89e341d84
3
+ metadata.gz: 4dc7b31e2313162ce14c71c199a8fbd296300b421ee8da9dc29f4683d80e233e
4
+ data.tar.gz: 1fef5b5bfedd3ee48ad5bcf986f1a17766e4a24466d90d2ec0a51e8901802c47
5
5
  SHA512:
6
- metadata.gz: c4f3ae5b471ab2b61217924580bac9e8ff5db2cc4b964a3bafc7c9dd1f5b5e50238469876d3e93847a169ab28605e1d16c04c0c04d4889636ef0f0d78d2bd81e
7
- data.tar.gz: df5f1c7bac9a8513a04ffc9eec3f636627c3e3c380443ffc1e9e61456bb850d43da4e12b1c4118d7ce2fdd45e4da3091402169a0c06b852ae0fe10c5b131daf6
6
+ metadata.gz: fd74a7da8fe5cad4ab0196395fda442a34f9796310dad569b3a5dea77327a329471a7334a58816ff8da4e728f86af2dceaa42312b32c70553610f63f5204c304
7
+ data.tar.gz: 6a7a9f2a6d438274634b8dfc9dd9a1614f5d703efa1d28a8b303f00e4d37846ce50a97e103bef6f69fb3994c4dd8a78982f4185bfff8dc37a6744f4f494be49b
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Ruby Client for the Data Analytics API with Gemini API
2
2
 
3
- API Client library for the Data Analytics API with Gemini API
3
+ The Gemini Data Analytics API enables developers to build intelligent data analytics applications. Leverage AI-powered chat interfaces to allow users to interact with and analyze structured data using natural language.
4
4
 
5
- google-cloud-gemini_data_analytics is the official client library for the Data Analytics API with Gemini API.
5
+ The Gemini Data Analytics API enables developers to build intelligent data analytics applications. Leverage AI-powered chat interfaces to allow users to interact with and analyze structured data using natural language.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-gemini_data_analytics-v*`.
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module GeminiDataAnalytics
23
- VERSION = "0.2.0"
23
+ VERSION = "0.4.0"
24
24
  end
25
25
  end
26
26
  end
@@ -210,6 +210,7 @@ module Google
210
210
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
211
211
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
212
212
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
213
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
213
214
  # * `:retry_codes` (*type:* `Array<String>`) -
214
215
  # The error codes that should trigger a retry.
215
216
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gemini_data_analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -43,8 +43,9 @@ dependencies:
43
43
  - - "<"
44
44
  - !ruby/object:Gem::Version
45
45
  version: 2.a
46
- description: google-cloud-gemini_data_analytics is the official client library for
47
- the Data Analytics API with Gemini API.
46
+ description: The Gemini Data Analytics API enables developers to build intelligent
47
+ data analytics applications. Leverage AI-powered chat interfaces to allow users
48
+ to interact with and analyze structured data using natural language.
48
49
  email: googleapis-packages@google.com
49
50
  executables: []
50
51
  extensions: []
@@ -77,5 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
78
  requirements: []
78
79
  rubygems_version: 3.6.9
79
80
  specification_version: 4
80
- summary: API Client library for the Data Analytics API with Gemini API
81
+ summary: The Gemini Data Analytics API enables developers to build intelligent data
82
+ analytics applications. Leverage AI-powered chat interfaces to allow users to interact
83
+ with and analyze structured data using natural language.
81
84
  test_files: []