Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleDatastoreAdminV1beta1CommonMetadata

import type { GoogleDatastoreAdminV1beta1CommonMetadata } from "https://googleapis.deno.dev/v1/datastore:v1.ts";

Metadata common to all Datastore Admin operations.

interface GoogleDatastoreAdminV1beta1CommonMetadata {
endTime?: Date;
labels?: {
[key: string]: string;
}
;
operationType?: "OPERATION_TYPE_UNSPECIFIED" | "EXPORT_ENTITIES" | "IMPORT_ENTITIES";
startTime?: Date;
state?:
| "STATE_UNSPECIFIED"
| "INITIALIZING"
| "PROCESSING"
| "CANCELLING"
| "FINALIZING"
| "SUCCESSFUL"
| "FAILED"
| "CANCELLED";
}

§Properties

§
endTime?: Date
[src]

The time the operation ended, either successfully or otherwise.

§
labels?: {
[key: string]: string;
}
[src]

The client-assigned labels which were provided when the operation was created. May also include additional labels.

§
operationType?: "OPERATION_TYPE_UNSPECIFIED" | "EXPORT_ENTITIES" | "IMPORT_ENTITIES"
[src]

The type of the operation. Can be used as a filter in ListOperationsRequest.

§
startTime?: Date
[src]

The time that work began on the operation.

§
state?: "STATE_UNSPECIFIED" | "INITIALIZING" | "PROCESSING" | "CANCELLING" | "FINALIZING" | "SUCCESSFUL" | "FAILED" | "CANCELLED"
[src]

The current state of the Operation.