google-cloud-dataqna 0.6.0 → 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: 1023a0a7fd85a15a126dc7ab540083178580dc5e324ec3c7f133db04c340b449
4
- data.tar.gz: adccacbe7eb87d28d0d24668ad765cdbf427ae20d3d252a21dd6d538cd481bcc
3
+ metadata.gz: 7eecd724aefa2eb9c02f9e5200ea10e24d49a414c463fa189f84b42ae22db431
4
+ data.tar.gz: 6121502d906d7a82a389df59531c0474bbe9d354ee95f5ec2faaad18749c955f
5
5
  SHA512:
6
- metadata.gz: 7b642281cec9cad12776a9f3f7f2d33c476bc04378dc80643364c89ad504fc2340500302dcd62752f4b68eac66d81e5221b176349f543418f372a574aab2a715
7
- data.tar.gz: ada3c929224bf04383bcc2093303e1dea4f28c88d2112f0c661b0f3397d0a9cee10c432be8bda046bfeeb8fd1beeb9286a143027f1eec9686a811e6e86aa5534
6
+ metadata.gz: 90cc8c5d0051307aaff021c471f20f792f72a246e30efe02eb108a117fadc7397b5b9b0f7c2f4137f2c170cca2c0dbd10c19663dd3857eb1c09934b9bd3d3704
7
+ data.tar.gz: 5b4d079a35244c29bbd1679ee87f799f088ec6a2b06d6e5584d9eb36ff29f5745ff960999e2887c597acbefd7d2cd475d59616bdabe4a982065346cd7c8c0b3f
data/README.md CHANGED
@@ -7,7 +7,7 @@ Data QnA is a natural language question and answer service for BigQuery data.
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-dataqna-v*`.
9
9
  The gem `google-cloud-dataqna` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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.0"
23
+ VERSION = "0.6.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataqna
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.2
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: []