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-datalabeling/v1beta1/2.0.0/com/google/api/services/datalabeling/v1beta1/DataLabeling.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7419,7 +7419,7 @@ public class Operations {
7419
7419
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
7420
7420
* methods to check whether the cancellation succeeded or whether the operation completed despite
7421
7421
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
7422
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
7422
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
7423
7423
* `Code.CANCELLED`.
7424
7424
*
7425
7425
* Create a request for the method "operations.cancel".
@@ -7449,7 +7449,7 @@ public class Cancel extends DataLabelingRequest<com.google.api.services.datalabe
7449
7449
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
7450
7450
* methods to check whether the cancellation succeeded or whether the operation completed despite
7451
7451
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
7452
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
7452
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
7453
7453
* `Code.CANCELLED`.
7454
7454
*
7455
7455
* Create a request for the method "operations.cancel".
0 commit comments