You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-videointelligence/v1/2.0.0/com/google/api/services/videointelligence/v1/CloudVideoIntelligence.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,7 @@ public class ChildOperations {
219
219
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
220
220
* methods to check whether the cancellation succeeded or whether the operation completed despite
221
221
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
222
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
222
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
223
223
* `Code.CANCELLED`.
224
224
*
225
225
* Create a request for the method "operations.cancel".
@@ -249,7 +249,7 @@ public class Cancel extends CloudVideoIntelligenceRequest<com.google.api.service
249
249
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
250
250
* methods to check whether the cancellation succeeded or whether the operation completed despite
251
251
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
252
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
252
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
253
253
* `Code.CANCELLED`.
254
254
*
255
255
* Create a request for the method "operations.cancel".
@@ -700,7 +700,7 @@ public class Operations {
700
700
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
701
701
* methods to check whether the cancellation succeeded or whether the operation completed despite
702
702
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
703
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
703
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
704
704
* `Code.CANCELLED`.
705
705
*
706
706
* Create a request for the method "operations.cancel".
@@ -731,7 +731,7 @@ public class Cancel extends CloudVideoIntelligenceRequest<com.google.api.service
731
731
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
732
732
* methods to check whether the cancellation succeeded or whether the operation completed despite
733
733
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
734
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
734
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
735
735
* `Code.CANCELLED`.
736
736
*
737
737
* Create a request for the method "operations.cancel".
0 commit comments