Skip to content

Commit c489569

Browse files
yoshi-automationkolea2
authored andcommitted
---
yaml --- r: 20283 b: refs/heads/autosynth-scheduler c: 329a0cd h: refs/heads/master i: 20281: 5691481 20279: c3fd58c
1 parent 5c5658e commit c489569

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
@@ -137,7 +137,7 @@ refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
137137
refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
138138
refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
139139
refs/heads/autosynth-redis: 9e1fe503973c7b4a9ba26afb1fcddc2a57ba795a
140-
refs/heads/autosynth-scheduler: ff0da74a443402535891ddb0d6644f6072b4393e
140+
refs/heads/autosynth-scheduler: 329a0cdd36f0313cd5566d37df9215a810aaf21e
141141
refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
142142
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
143143
refs/heads/autosynth-tasks: b0cdb991f3f75345151a3f68db1aab273dfc069b

branches/autosynth-scheduler/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-scheduler/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-scheduler/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)