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-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/FirebaseDataConnect.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -542,7 +542,7 @@ public class Operations {
542
542
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
543
543
* methods to check whether the cancellation succeeded or whether the operation completed despite
544
544
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
545
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
545
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
546
546
* `Code.CANCELLED`.
547
547
*
548
548
* Create a request for the method "operations.cancel".
@@ -573,7 +573,7 @@ public class Cancel extends FirebaseDataConnectRequest<com.google.api.services.f
573
573
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
574
574
* methods to check whether the cancellation succeeded or whether the operation completed despite
575
575
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
576
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
576
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
577
577
* `Code.CANCELLED`.
578
578
*
579
579
* Create a request for the method "operations.cancel".
0 commit comments