google-cloud-dataqna-v1alpha 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d0dd80763e6eff610e2f4c0784a603bbd12c6caf64f469c4b7f4422f589ae63d
4
- data.tar.gz: 7236a56cc5292b979f10722ad8732921cdd3ed54d185437f086c6bff5119c711
3
+ metadata.gz: 9fae500f6801b10c3544142902d3eaebf78c856ff49aa51067897fcc13d3af4e
4
+ data.tar.gz: 155a758433bcca4929e191cb1d0262f1e5a7b04c2a0af240122489437ba0a99b
5
5
  SHA512:
6
- metadata.gz: 58787ecfb76dae0373bcc1cd9a6eb94364564d7847fe3d41dddd924bcb51eb443445995939058054b4a34d22839ffb50418b8708322b08387eb52f72c52a03f3
7
- data.tar.gz: b315c83ef2da964712c34d418f342f3bdbe304fe2b55cd93f13a9ff055a196061db9bde58c4501a2060720b83fcd7e494ccd2e70f5cd3385565025fb98ea593f
6
+ metadata.gz: fa875972b613d9e3446cc19e6b2ecc03ca689f86848e2b424d897d10f705393de94daa27d0f20c6fbaec8f9473070e3a8f8a9e1feb2d2f3e259bf485ad0797b5
7
+ data.tar.gz: b371a1c7cd27330954d595547848a00ffc17254d8870c18ec07ad0a30bce4828b7b2636a96d057dca4a853ac994e160179b518cc25874bb36c8179cbda1f3c5c
data/README.md CHANGED
@@ -40,9 +40,6 @@ response = client.suggest_queries request
40
40
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-dataqna-v1alpha/latest)
41
41
  for class and method documentation.
42
42
 
43
- See also the [Product Documentation](https://cloud.google.com/bigquery/docs/dataqna/)
44
- for general usage information.
45
-
46
43
  ## Enabling Logging
47
44
 
48
45
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -92,7 +92,7 @@ module Google
92
92
  # ```
93
93
  class Service
94
94
 
95
- include GRPC::GenericService
95
+ include ::GRPC::GenericService
96
96
 
97
97
  self.marshal_class_method = :encode
98
98
  self.unmarshal_class_method = :decode
@@ -41,7 +41,7 @@ module Google
41
41
  # user feedback.
42
42
  class Service
43
43
 
44
- include GRPC::GenericService
44
+ include ::GRPC::GenericService
45
45
 
46
46
  self.marshal_class_method = :encode
47
47
  self.unmarshal_class_method = :decode
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataQnA
23
23
  module V1alpha
24
- VERSION = "0.2.3"
24
+ VERSION = "0.2.4"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataqna-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-11 00:00:00.000000000 Z
11
+ date: 2021-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common