google-cloud-dataqna 0.6.1 → 0.7.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: 52ede2cd35c3895408e9974373c86a24ed4d3fe7734474f2751cdbd61720eada
4
- data.tar.gz: 8436272c6ab6c5c20e56974899884d3aa4dd77bfe72c0d77d83b7c1007455059
3
+ metadata.gz: 7037b169d276c93f7818af7af29b17fefbbd8a7bcc2fc37db7a963b87ece0f3b
4
+ data.tar.gz: 40ce261990ac5611575a2cf72b42beefe30f00c68e0fbe2a7db3a455a7787690
5
5
  SHA512:
6
- metadata.gz: 5297639337b284a1d3d60545e628f52e7f80d69ddf97b15aad04ed4c946c13c8e5743d945b19544b68d06995b2f2360e4cd7bd8e36e44efe7afda040e3ed030f
7
- data.tar.gz: a9b60b2678eeefa577e47733913987deb0db5bfd51accd1be440c32d8ef52a7f8f99cf3850077fe1c0613f584cec954388cf49ccd3da58adc47d2e1b02036056
6
+ metadata.gz: 353464e3bbbcae6716d1c4cf920d4d1a299c0721849ce59181fe6b297c4ffcb5cb4cfc379ae4364e556c00ee84673b9360a8123f29bfc2ff1d23c765322d4f70
7
+ data.tar.gz: d3d26b20b1202190e3de90653023e0dbf662b9818e96614fed1f5f9b1bd786a02b5384571e6269532fa9db7de2b1517da55676203c3cb0f692ec4c02dd6b1e12
data/README.md CHANGED
@@ -31,6 +31,14 @@ In order to use this library, you first need to go through the following steps:
31
31
  1. [Enable the API.](https://console.cloud.google.com/apis/library/dataqna.googleapis.com)
32
32
  1. {file:AUTHENTICATION.md Set up authentication.}
33
33
 
34
+ ```ruby
35
+ require "google/cloud/dataqna"
36
+
37
+ client = Google::Cloud::DataQnA.auto_suggestion_service
38
+ request = ::Google::Cloud::DataQnA::V1alpha::SuggestQueriesRequest.new # (request fields as keyword arguments...)
39
+ response = client.suggest_queries request
40
+ ```
41
+
34
42
  ## Debug Logging
35
43
 
36
44
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataQnA
23
- VERSION = "0.6.1"
23
+ VERSION = "0.7.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-dataqna
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the BigQuery Data QnA API
81
81
  test_files: []