Skip to content

Commit 2c542a9

Browse files
yoshi-automationkolea2
authored andcommitted
---
yaml --- r: 13601 b: refs/heads/autosynth-dlp c: 329a0cd h: refs/heads/master i: 13599: 1643d34
1 parent 978e875 commit 2c542a9

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ refs/tags/v0.60.0: 4cd518d0612329f8a8e53484eef4cd1651e32855
104104
refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
105105
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
106106
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
107-
refs/heads/autosynth-dlp: ff0da74a443402535891ddb0d6644f6072b4393e
107+
refs/heads/autosynth-dlp: 329a0cdd36f0313cd5566d37df9215a810aaf21e
108108
refs/heads/autosynth-logging: f8794c50a64f62b167cddf42513d133547679e01
109109
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
110110
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6

branches/autosynth-dlp/google-cloud-clients/google-cloud-speech/src/main/java/com/google/cloud/speech/v1/SpeechClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public final UnaryCallable<RecognizeRequest, RecognizeResponse> recognizeCallabl
386386
* .setConfig(config)
387387
* .setAudio(audio)
388388
* .build();
389-
* OperationFuture&lt;Operation&gt; future = speechClient.longRunningRecognizeOperationCallable().futureCall(request);
389+
* OperationFuture&lt;LongRunningRecognizeResponse, LongRunningRecognizeMetadata&gt; future = speechClient.longRunningRecognizeOperationCallable().futureCall(request);
390390
* // Do something
391391
* LongRunningRecognizeResponse response = future.get();
392392
* }

branches/autosynth-dlp/google-cloud-clients/google-cloud-speech/src/main/java/com/google/cloud/speech/v1p1beta1/SpeechClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public final UnaryCallable<RecognizeRequest, RecognizeResponse> recognizeCallabl
386386
* .setConfig(config)
387387
* .setAudio(audio)
388388
* .build();
389-
* OperationFuture&lt;Operation&gt; future = speechClient.longRunningRecognizeOperationCallable().futureCall(request);
389+
* OperationFuture&lt;LongRunningRecognizeResponse, LongRunningRecognizeMetadata&gt; future = speechClient.longRunningRecognizeOperationCallable().futureCall(request);
390390
* // Do something
391391
* LongRunningRecognizeResponse response = future.get();
392392
* }

branches/autosynth-dlp/google-cloud-clients/google-cloud-speech/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-02-01T08:47:48.673490Z",
2+
"updateTime": "2019-02-06T08:43:50.557356Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.7",
8-
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
7+
"version": "0.16.9",
8+
"dockerImage": "googleapis/artman@sha256:80c39fa84e7203c8f355e01bdeef82155013cc39dcaa48fba7a6fe2c253623e3"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "acb5253cd11cd43cab93eb153d6e48ba0fa5303d",
16-
"internalRef": "231786007"
15+
"sha": "fb6037c65475bce990d8dcef955c66b0bdcb6e4a",
16+
"internalRef": "232615156"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)