Skip to content

Commit

Permalink
Regenerate speech client (#4456)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and kolea2 committed Feb 6, 2019
1 parent ff0da74 commit 329a0cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public final UnaryCallable<RecognizeRequest, RecognizeResponse> recognizeCallabl
* .setConfig(config)
* .setAudio(audio)
* .build();
* OperationFuture&lt;Operation&gt; future = speechClient.longRunningRecognizeOperationCallable().futureCall(request);
* OperationFuture&lt;LongRunningRecognizeResponse, LongRunningRecognizeMetadata&gt; future = speechClient.longRunningRecognizeOperationCallable().futureCall(request);
* // Do something
* LongRunningRecognizeResponse response = future.get();
* }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public final UnaryCallable<RecognizeRequest, RecognizeResponse> recognizeCallabl
* .setConfig(config)
* .setAudio(audio)
* .build();
* OperationFuture&lt;Operation&gt; future = speechClient.longRunningRecognizeOperationCallable().futureCall(request);
* OperationFuture&lt;LongRunningRecognizeResponse, LongRunningRecognizeMetadata&gt; future = speechClient.longRunningRecognizeOperationCallable().futureCall(request);
* // Do something
* LongRunningRecognizeResponse response = future.get();
* }
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-speech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-02-01T08:47:48.673490Z",
"updateTime": "2019-02-06T08:43:50.557356Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.7",
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
"version": "0.16.9",
"dockerImage": "googleapis/artman@sha256:80c39fa84e7203c8f355e01bdeef82155013cc39dcaa48fba7a6fe2c253623e3"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "acb5253cd11cd43cab93eb153d6e48ba0fa5303d",
"internalRef": "231786007"
"sha": "fb6037c65475bce990d8dcef955c66b0bdcb6e4a",
"internalRef": "232615156"
}
}
],
Expand Down

0 comments on commit 329a0cd

Please sign in to comment.