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-blockchainnodeengine/v1/2.0.0/com/google/api/services/blockchainnodeengine/v1/BlockchainNodeEngine.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1505,7 +1505,7 @@ public class Operations {
1505
1505
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
1506
1506
* methods to check whether the cancellation succeeded or whether the operation completed despite
1507
1507
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
1508
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
1508
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
1509
1509
* `Code.CANCELLED`.
1510
1510
*
1511
1511
* Create a request for the method "operations.cancel".
@@ -1536,7 +1536,7 @@ public class Cancel extends BlockchainNodeEngineRequest<com.google.api.services.
1536
1536
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
1537
1537
* methods to check whether the cancellation succeeded or whether the operation completed despite
1538
1538
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
1539
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
1539
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
1540
1540
* `Code.CANCELLED`.
1541
1541
*
1542
1542
* Create a request for the method "operations.cancel".
0 commit comments