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-ondemandscanning/v1/2.0.0/com/google/api/services/ondemandscanning/v1/OnDemandScanning.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ public class Operations {
199
199
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
200
200
* methods to check whether the cancellation succeeded or whether the operation completed despite
201
201
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
202
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
202
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
203
203
* `Code.CANCELLED`.
204
204
*
205
205
* Create a request for the method "operations.cancel".
@@ -229,7 +229,7 @@ public class Cancel extends OnDemandScanningRequest<com.google.api.services.onde
229
229
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
230
230
* methods to check whether the cancellation succeeded or whether the operation completed despite
231
231
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
232
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
232
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
233
233
* `Code.CANCELLED`.
234
234
*
235
235
* Create a request for the method "operations.cancel".
Copy file name to clipboardExpand all lines: clients/google-api-services-ondemandscanning/v1beta1/2.0.0/com/google/api/services/ondemandscanning/v1beta1/OnDemandScanning.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ public class Operations {
199
199
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
200
200
* methods to check whether the cancellation succeeded or whether the operation completed despite
201
201
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
202
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
202
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
203
203
* `Code.CANCELLED`.
204
204
*
205
205
* Create a request for the method "operations.cancel".
@@ -229,7 +229,7 @@ public class Cancel extends OnDemandScanningRequest<com.google.api.services.onde
229
229
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
230
230
* methods to check whether the cancellation succeeded or whether the operation completed despite
231
231
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
232
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
232
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
233
233
* `Code.CANCELLED`.
234
234
*
235
235
* Create a request for the method "operations.cancel".
0 commit comments