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-datamigration/v1beta1/2.0.0/com/google/api/services/datamigration/v1beta1/DatabaseMigrationService.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4377,7 +4377,7 @@ public class Operations {
4377
4377
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
4378
4378
* methods to check whether the cancellation succeeded or whether the operation completed despite
4379
4379
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4380
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4380
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
4381
4381
* `Code.CANCELLED`.
4382
4382
*
4383
4383
* Create a request for the method "operations.cancel".
@@ -4408,7 +4408,7 @@ public class Cancel extends DatabaseMigrationServiceRequest<com.google.api.servi
4408
4408
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
4409
4409
* methods to check whether the cancellation succeeded or whether the operation completed despite
4410
4410
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4411
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4411
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
4412
4412
* `Code.CANCELLED`.
4413
4413
*
4414
4414
* Create a request for the method "operations.cancel".
0 commit comments