Skip to main content
Module

x/google_datastore/types.d.ts>GoogleDatastoreAdminV1IndexOutput

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

Properties

readonly
indexId: string

Output only. The resource ID of the index.

readonly
projectId: string

Output only. Project ID.

readonly
state:
| "CREATING"
| "READY"
| "DELETING"
| "ERROR"

Output only. The state of the index.