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-runtimeconfig/v1/2.0.0/com/google/api/services/runtimeconfig/v1/CloudRuntimeConfig.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ public class Operations {
159
159
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
160
160
* methods to check whether the cancellation succeeded or whether the operation completed despite
161
161
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
162
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
162
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
163
163
* `Code.CANCELLED`.
164
164
*
165
165
* Create a request for the method "operations.cancel".
@@ -190,7 +190,7 @@ public class Cancel extends CloudRuntimeConfigRequest<com.google.api.services.ru
190
190
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
191
191
* methods to check whether the cancellation succeeded or whether the operation completed despite
192
192
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
193
-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
193
+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
194
194
* `Code.CANCELLED`.
195
195
*
196
196
* Create a request for the method "operations.cancel".
0 commit comments