google-cloud-dataqna-v1alpha 0.4.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9235535560dda36453667799794fdaf9614088133d9bfe97748985a4dd6df11e
|
|
4
|
+
data.tar.gz: 7c3392a760bfec77a3fbcf41aaf3e2281fee172b3640291daaff91f32b4aceb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5878356dea8626c71f610aa49a2e41a8cd8968b6df7fc2eb6f93f410990c3e0daae29d265a57e1ddcd1fb522aab6257ba36d522b2d458bc6d00d46fb2b8732f
|
|
7
|
+
data.tar.gz: 9107ac0fdc2b7256c02298f247b6b22d37f008f582e2bb433afd6a70896d4d7d81330ef68408c346c2b7bed973f0193b1b7ed86a729199b37e9d3510914bc19c
|
|
@@ -205,7 +205,8 @@ module Google
|
|
|
205
205
|
credentials: credentials,
|
|
206
206
|
endpoint: @config.endpoint,
|
|
207
207
|
channel_args: @config.channel_args,
|
|
208
|
-
interceptors: @config.interceptors
|
|
208
|
+
interceptors: @config.interceptors,
|
|
209
|
+
channel_pool_config: @config.channel_pool
|
|
209
210
|
)
|
|
210
211
|
end
|
|
211
212
|
|
|
@@ -432,6 +433,14 @@ module Google
|
|
|
432
433
|
end
|
|
433
434
|
end
|
|
434
435
|
|
|
436
|
+
##
|
|
437
|
+
# Configuration for the channel pool
|
|
438
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
|
439
|
+
#
|
|
440
|
+
def channel_pool
|
|
441
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
|
442
|
+
end
|
|
443
|
+
|
|
435
444
|
##
|
|
436
445
|
# Configuration RPC class for the AutoSuggestionService API.
|
|
437
446
|
#
|
|
@@ -163,7 +163,8 @@ module Google
|
|
|
163
163
|
credentials: credentials,
|
|
164
164
|
endpoint: @config.endpoint,
|
|
165
165
|
channel_args: @config.channel_args,
|
|
166
|
-
interceptors: @config.interceptors
|
|
166
|
+
interceptors: @config.interceptors,
|
|
167
|
+
channel_pool_config: @config.channel_pool
|
|
167
168
|
)
|
|
168
169
|
end
|
|
169
170
|
|
|
@@ -730,6 +731,14 @@ module Google
|
|
|
730
731
|
end
|
|
731
732
|
end
|
|
732
733
|
|
|
734
|
+
##
|
|
735
|
+
# Configuration for the channel pool
|
|
736
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
|
737
|
+
#
|
|
738
|
+
def channel_pool
|
|
739
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
|
740
|
+
end
|
|
741
|
+
|
|
733
742
|
##
|
|
734
743
|
# Configuration RPC class for the QuestionService API.
|
|
735
744
|
#
|
|
@@ -66,6 +66,20 @@ module Google
|
|
|
66
66
|
# a non-empty value will be returned. The user will not be aware of what
|
|
67
67
|
# non-empty value to expect.
|
|
68
68
|
NON_EMPTY_DEFAULT = 7
|
|
69
|
+
|
|
70
|
+
# Denotes that the field in a resource (a message annotated with
|
|
71
|
+
# google.api.resource) is used in the resource name to uniquely identify the
|
|
72
|
+
# resource. For AIP-compliant APIs, this should only be applied to the
|
|
73
|
+
# `name` field on the resource.
|
|
74
|
+
#
|
|
75
|
+
# This behavior should not be applied to references to other resources within
|
|
76
|
+
# the message.
|
|
77
|
+
#
|
|
78
|
+
# The identifier field of resources often have different field behavior
|
|
79
|
+
# depending on the request it is embedded in (e.g. for Create methods name
|
|
80
|
+
# is optional and unused, while for Update methods it is required). Instead
|
|
81
|
+
# of method-specific annotations, only `IDENTIFIER` is required.
|
|
82
|
+
IDENTIFIER = 8
|
|
69
83
|
end
|
|
70
84
|
end
|
|
71
85
|
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.
|
|
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: 2023-
|
|
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: 0.
|
|
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: 0.
|
|
29
|
+
version: 0.20.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
222
|
version: '0'
|
|
223
223
|
requirements: []
|
|
224
|
-
rubygems_version: 3.4.
|
|
224
|
+
rubygems_version: 3.4.19
|
|
225
225
|
signing_key:
|
|
226
226
|
specification_version: 4
|
|
227
227
|
summary: Data QnA is a natural language question and answer service for BigQuery data.
|