Skip to main content
Module

x/google_datastore/mod.ts>DatastoreOperations

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
class DatastoreOperations
import { DatastoreOperations } from "https://deno.land/x/google_datastore@0.0.14/mod.ts";

Provides the operations APIs on the Datastore instances. Exported for documentation purposes and should not be instantiated by users.

Constructors

new
DatastoreOperations(auth: Auth)

Methods

cancel(name: string | { name: string; }): Promise<void>

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.

delete(name: string | { name: string; }): Promise<void>

Deletes a long-running operation.

This method indicates that the client is no longer interested in the operation result. It does not cancel the operation.

If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

get(name: string | { name: string; }): Promise<GoogleLongrunningOperation<GoogleDatastoreAdminV1IndexOutput>>

Gets the latest state of a long-running operation.

Clients can use this method to poll the operation result at intervals as recommended by the API service.

list(options?: ListOptions): Promise<GoogleLongrunningListOperationsResponse>

Lists operations that match the specified filter in the request.