Skip to content

Commit

Permalink
Regenerate video-intelligence client (#4434)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and kolea2 committed Feb 5, 2019
1 parent ea2c8e4 commit eb650c5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public final OperationFuture<AnnotateVideoResponse, AnnotateVideoProgress> annot
* .setInputUri(inputUri)
* .addAllFeatures(features)
* .build();
* OperationFuture&lt;Operation&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
* OperationFuture&lt;AnnotateVideoResponse, AnnotateVideoProgress&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
* // Do something
* AnnotateVideoResponse response = future.get();
* }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public final OperationFuture<AnnotateVideoResponse, AnnotateVideoProgress> annot
* .setInputUri(inputUri)
* .addAllFeatures(features)
* .build();
* OperationFuture&lt;Operation&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
* OperationFuture&lt;AnnotateVideoResponse, AnnotateVideoProgress&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
* // Do something
* AnnotateVideoResponse response = future.get();
* }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public final OperationFuture<AnnotateVideoResponse, AnnotateVideoProgress> annot
* .setInputUri(inputUri)
* .addAllFeatures(features)
* .build();
* OperationFuture&lt;Operation&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
* OperationFuture&lt;AnnotateVideoResponse, AnnotateVideoProgress&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
* // Do something
* AnnotateVideoResponse response = future.get();
* }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public final OperationFuture<AnnotateVideoResponse, AnnotateVideoProgress> annot
* .setInputUri(inputUri)
* .addAllFeatures(features)
* .build();
* OperationFuture&lt;Operation&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
* OperationFuture&lt;AnnotateVideoResponse, AnnotateVideoProgress&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
* // Do something
* AnnotateVideoResponse response = future.get();
* }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public final OperationFuture<AnnotateVideoResponse, AnnotateVideoProgress> annot
* .setInputUri(inputUri)
* .addAllFeatures(features)
* .build();
* OperationFuture&lt;Operation&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
* OperationFuture&lt;AnnotateVideoResponse, AnnotateVideoProgress&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
* // Do something
* AnnotateVideoResponse response = future.get();
* }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-01-17T08:54:28.082730Z",
"updateTime": "2019-02-02T08:50:14.214660Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.6",
"dockerImage": "googleapis/artman@sha256:12722f2ca3fbc3b53cc6aa5f0e569d7d221b46bd876a2136497089dec5e3634e"
"version": "0.16.8",
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0ac60e21a1aa86c07c1836865b35308ba8178b05",
"internalRef": "229626798"
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
"internalRef": "231974277"
}
}
],
Expand Down

0 comments on commit eb650c5

Please sign in to comment.