@maxim_mazurok/gapi.client.firebasehosting-v1
Advanced tools
Comparing version 0.0.20241113 to 0.0.20241203
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Firebase Hosting API v1 0.0 */ | ||
// Generated from: https://firebasehosting.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20241113 | ||
// Revision: 20241203 | ||
@@ -129,3 +129,3 @@ /// <reference types="gapi.client" /> | ||
interface OperationsResource { | ||
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */ | ||
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */ | ||
cancel(request: { | ||
@@ -132,0 +132,0 @@ /** V1 error format. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebasehosting-v1", | ||
"version": "0.0.20241113", | ||
"version": "0.0.20241203", | ||
"description": "TypeScript typings for Firebase Hosting API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -76,3 +76,3 @@ # TypeScript typings for Firebase Hosting API v1 | ||
/* | ||
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. | ||
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. | ||
*/ | ||
@@ -79,0 +79,0 @@ await gapi.client.firebasehosting.operations.cancel({name: 'name'}); |
24163