google-cloud-dataqna-v1alpha 0.3.0 → 0.5.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 +4 -4
- data/AUTHENTICATION.md +1 -1
- data/README.md +3 -3
- data/lib/google/cloud/dataqna/v1alpha/annotated_string_pb.rb +24 -20
- data/lib/google/cloud/dataqna/v1alpha/auto_suggestion_service/client.rb +16 -5
- data/lib/google/cloud/dataqna/v1alpha/auto_suggestion_service.rb +1 -1
- data/lib/google/cloud/dataqna/v1alpha/auto_suggestion_service_pb.rb +25 -28
- data/lib/google/cloud/dataqna/v1alpha/question_pb.rb +28 -114
- data/lib/google/cloud/dataqna/v1alpha/question_service/client.rb +16 -5
- data/lib/google/cloud/dataqna/v1alpha/question_service.rb +1 -1
- data/lib/google/cloud/dataqna/v1alpha/question_service_pb.rb +27 -20
- data/lib/google/cloud/dataqna/v1alpha/user_feedback_pb.rb +24 -11
- data/lib/google/cloud/dataqna/v1alpha/version.rb +1 -1
- data/lib/google/cloud/dataqna/v1alpha.rb +2 -2
- data/proto_docs/google/api/client.rb +381 -0
- data/proto_docs/google/api/field_behavior.rb +14 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/protobuf/any.rb +7 -4
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/timestamp.rb +1 -3
- data/proto_docs/google/rpc/status.rb +4 -2
- metadata +11 -8
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.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.20.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 0.20.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -50,14 +50,14 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - "~>"
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 1.26.
|
53
|
+
version: 1.26.3
|
54
54
|
type: :development
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
58
|
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
version: 1.26.
|
60
|
+
version: 1.26.3
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
62
|
name: minitest
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -188,7 +188,9 @@ files:
|
|
188
188
|
- lib/google/cloud/dataqna/v1alpha/user_feedback_pb.rb
|
189
189
|
- lib/google/cloud/dataqna/v1alpha/version.rb
|
190
190
|
- proto_docs/README.md
|
191
|
+
- proto_docs/google/api/client.rb
|
191
192
|
- proto_docs/google/api/field_behavior.rb
|
193
|
+
- proto_docs/google/api/launch_stage.rb
|
192
194
|
- proto_docs/google/api/resource.rb
|
193
195
|
- proto_docs/google/cloud/dataqna/v1alpha/annotated_string.rb
|
194
196
|
- proto_docs/google/cloud/dataqna/v1alpha/auto_suggestion_service.rb
|
@@ -196,6 +198,7 @@ files:
|
|
196
198
|
- proto_docs/google/cloud/dataqna/v1alpha/question_service.rb
|
197
199
|
- proto_docs/google/cloud/dataqna/v1alpha/user_feedback.rb
|
198
200
|
- proto_docs/google/protobuf/any.rb
|
201
|
+
- proto_docs/google/protobuf/duration.rb
|
199
202
|
- proto_docs/google/protobuf/field_mask.rb
|
200
203
|
- proto_docs/google/protobuf/timestamp.rb
|
201
204
|
- proto_docs/google/rpc/status.rb
|
@@ -218,8 +221,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
221
|
- !ruby/object:Gem::Version
|
219
222
|
version: '0'
|
220
223
|
requirements: []
|
221
|
-
rubygems_version: 3.
|
224
|
+
rubygems_version: 3.4.19
|
222
225
|
signing_key:
|
223
226
|
specification_version: 4
|
224
|
-
summary:
|
227
|
+
summary: Data QnA is a natural language question and answer service for BigQuery data.
|
225
228
|
test_files: []
|