google-cloud-dataqna 0.6.1 → 0.6.2

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: 7eecd724aefa2eb9c02f9e5200ea10e24d49a414c463fa189f84b42ae22db431
4
+ data.tar.gz: 6121502d906d7a82a389df59531c0474bbe9d354ee95f5ec2faaad18749c955f
5
5
  SHA512:
6
- metadata.gz: 5297639337b284a1d3d60545e628f52e7f80d69ddf97b15aad04ed4c946c13c8e5743d945b19544b68d06995b2f2360e4cd7bd8e36e44efe7afda040e3ed030f
7
- data.tar.gz: a9b60b2678eeefa577e47733913987deb0db5bfd51accd1be440c32d8ef52a7f8f99cf3850077fe1c0613f584cec954388cf49ccd3da58adc47d2e1b02036056
6
+ metadata.gz: 90cc8c5d0051307aaff021c471f20f792f72a246e30efe02eb108a117fadc7397b5b9b0f7c2f4137f2c170cca2c0dbd10c19663dd3857eb1c09934b9bd3d3704
7
+ data.tar.gz: 5b4d079a35244c29bbd1679ee87f799f088ec6a2b06d6e5584d9eb36ff29f5745ff960999e2887c597acbefd7d2cd475d59616bdabe4a982065346cd7c8c0b3f
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.6.2"
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.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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: []