google-cloud-speech-v1 0.1.2 → 0.1.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7826d064e19c482ca3f42f4c19f8a5cf8536233a351898d0049301981fb89770
|
4
|
+
data.tar.gz: 2468e36d62f8804b2f03532f4ea75a63a88b9358919149f4e47d71383c79235f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a61655c74ccff9b060acfbccd74587d9bb74e9e86c6aaa6668162b2c68b386bf733bc5cc16d7e1e454e2a520606bd2b9a7abeef3fc20fd726bfb957ead03aec0
|
7
|
+
data.tar.gz: 041e12b9eaba4584ad3824b903d331e03f7ea8435b13be1f2073ed284e0a1ffe32cb55c9f5b09e1a1e81a5ad9821dc9ba56a46367ab7811b7a4f9c365afb6c54
|
@@ -150,6 +150,7 @@ module Google
|
|
150
150
|
|
151
151
|
@operations_client = Operations.new do |config|
|
152
152
|
config.credentials = credentials
|
153
|
+
config.endpoint = @config.endpoint
|
153
154
|
end
|
154
155
|
|
155
156
|
@speech_stub = Gapic::ServiceStub.new(
|
@@ -161,6 +162,13 @@ module Google
|
|
161
162
|
)
|
162
163
|
end
|
163
164
|
|
165
|
+
##
|
166
|
+
# Get the associated client for long-running operations.
|
167
|
+
#
|
168
|
+
# @return [Google::Cloud::Speech::V1::Speech::Operations]
|
169
|
+
#
|
170
|
+
attr_reader :operations_client
|
171
|
+
|
164
172
|
# Service calls
|
165
173
|
|
166
174
|
##
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-speech-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-04-
|
11
|
+
date: 2020-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|