Skip to content

Commit 14bd559

Browse files
yoshi-automationkolea2
authored andcommitted
---
yaml --- r: 16273 b: refs/heads/autosynth-firestore c: 329a0cd h: refs/heads/master i: 16271: 1bd5d4f
1 parent d54f02f commit 14bd559

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
@@ -132,7 +132,7 @@ refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133133
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
134134
refs/heads/autosynth-errorreporting: 9891e73a56af7c097829ca7a521b0e862ba6af30
135-
refs/heads/autosynth-firestore: ff0da74a443402535891ddb0d6644f6072b4393e
135+
refs/heads/autosynth-firestore: 329a0cdd36f0313cd5566d37df9215a810aaf21e
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
137137
refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f
138138
refs/heads/autosynth-language: 8972866b016473559702424205ce5569de47b34d

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