Skip to content

Commit d434f3d

Browse files
yoshi-automationkolea2
authored andcommitted
---
yaml --- r: 15867 b: refs/heads/autosynth-dialogflow c: 329a0cd h: refs/heads/master i: 15865: 2b9f379 15863: ae572f9
1 parent cf3bdc6 commit d434f3d

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
@@ -130,7 +130,7 @@ refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133-
refs/heads/autosynth-dialogflow: ff0da74a443402535891ddb0d6644f6072b4393e
133+
refs/heads/autosynth-dialogflow: 329a0cdd36f0313cd5566d37df9215a810aaf21e
134134
refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce

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