Skip to main content
Module

x/google_datastore/mod.ts>DatastoreOperations#get

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

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.

Parameters

name: string | { name: string; }