Skip to content

Commit eb650c5

Browse files
yoshi-automationkolea2
authored andcommitted
Regenerate video-intelligence client (#4434)
1 parent ea2c8e4 commit eb650c5

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

google-cloud-clients/google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1/VideoIntelligenceServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public final OperationFuture<AnnotateVideoResponse, AnnotateVideoProgress> annot
256256
* .setInputUri(inputUri)
257257
* .addAllFeatures(features)
258258
* .build();
259-
* OperationFuture&lt;Operation&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
259+
* OperationFuture&lt;AnnotateVideoResponse, AnnotateVideoProgress&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
260260
* // Do something
261261
* AnnotateVideoResponse response = future.get();
262262
* }

google-cloud-clients/google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1beta1/VideoIntelligenceServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public final OperationFuture<AnnotateVideoResponse, AnnotateVideoProgress> annot
256256
* .setInputUri(inputUri)
257257
* .addAllFeatures(features)
258258
* .build();
259-
* OperationFuture&lt;Operation&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
259+
* OperationFuture&lt;AnnotateVideoResponse, AnnotateVideoProgress&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
260260
* // Do something
261261
* AnnotateVideoResponse response = future.get();
262262
* }

google-cloud-clients/google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1beta2/VideoIntelligenceServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public final OperationFuture<AnnotateVideoResponse, AnnotateVideoProgress> annot
256256
* .setInputUri(inputUri)
257257
* .addAllFeatures(features)
258258
* .build();
259-
* OperationFuture&lt;Operation&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
259+
* OperationFuture&lt;AnnotateVideoResponse, AnnotateVideoProgress&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
260260
* // Do something
261261
* AnnotateVideoResponse response = future.get();
262262
* }

google-cloud-clients/google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p1beta1/VideoIntelligenceServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public final OperationFuture<AnnotateVideoResponse, AnnotateVideoProgress> annot
256256
* .setInputUri(inputUri)
257257
* .addAllFeatures(features)
258258
* .build();
259-
* OperationFuture&lt;Operation&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
259+
* OperationFuture&lt;AnnotateVideoResponse, AnnotateVideoProgress&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
260260
* // Do something
261261
* AnnotateVideoResponse response = future.get();
262262
* }

google-cloud-clients/google-cloud-video-intelligence/src/main/java/com/google/cloud/videointelligence/v1p2beta1/VideoIntelligenceServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public final OperationFuture<AnnotateVideoResponse, AnnotateVideoProgress> annot
256256
* .setInputUri(inputUri)
257257
* .addAllFeatures(features)
258258
* .build();
259-
* OperationFuture&lt;Operation&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
259+
* OperationFuture&lt;AnnotateVideoResponse, AnnotateVideoProgress&gt; future = videoIntelligenceServiceClient.annotateVideoOperationCallable().futureCall(request);
260260
* // Do something
261261
* AnnotateVideoResponse response = future.get();
262262
* }

google-cloud-clients/google-cloud-video-intelligence/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-01-17T08:54:28.082730Z",
2+
"updateTime": "2019-02-02T08:50:14.214660Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.6",
8-
"dockerImage": "googleapis/artman@sha256:12722f2ca3fbc3b53cc6aa5f0e569d7d221b46bd876a2136497089dec5e3634e"
7+
"version": "0.16.8",
8+
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "0ac60e21a1aa86c07c1836865b35308ba8178b05",
16-
"internalRef": "229626798"
15+
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
16+
"internalRef": "231974277"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)