google-cloud-gemini_data_analytics 0.1.1 → 0.3.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: f5c8c240be01c16dbb7f6f962f8d44ae82f6ace7de26db4e602b839bff645d63
4
- data.tar.gz: b008c0e08361d57914b99276e7f99ca4d912f15c9760454367eafbb12bca4795
3
+ metadata.gz: ea3a4e32a94cb3dec69e87e8285ca0fcd2ae9ae552e2e9228a372aa3144dda73
4
+ data.tar.gz: f03f9c943b3116f536ab76a5bf0342089d6fbed9453b29704ea55b2bde26c19a
5
5
  SHA512:
6
- metadata.gz: 2982811c12cc10725070770320ba4f9ac82702c74f348fe21cb85bcabd8facaa086f06d61b4d401c47f1d4e4ac88e00fb56b4c905e3235fed1558fc91080d1a8
7
- data.tar.gz: c39e9a0e782e7cf6b9cfdbd2495326bf315a94dc6c8c1ea3371bf2b94e773e9aca0c1835e4ce90f8770a7b4098e623a0b2def760612c2fdb5cd3922da8c8fb22
6
+ metadata.gz: 99ac3d14af28341ceb17b67e52b370fac9689aaf991d4fde231d7650fd5f875b36d8d125ccd750f3083f0e6c1fa9a00143245c4ce1773d2b20d4b63a0735f337
7
+ data.tar.gz: 19aca8b77589ac3054e114c40be90c50c02e5c42fa39a8ebe1fc8740a1aaca6e6de524b3d9ad6a03dd45d5106ecebf1a1a38b12e67509854ec92f3804df1bbac
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*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module GeminiDataAnalytics
23
- VERSION = "0.1.1"
23
+ VERSION = "0.3.0"
24
24
  end
25
25
  end
26
26
  end
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.1.1
4
+ version: 0.3.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: []
@@ -68,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
69
  requirements:
69
70
  - - ">="
70
71
  - !ruby/object:Gem::Version
71
- version: '3.0'
72
+ version: '3.2'
72
73
  required_rubygems_version: !ruby/object:Gem::Requirement
73
74
  requirements:
74
75
  - - ">="
@@ -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: []