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

OperationMetadata

import type { OperationMetadata } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

Metadata describing an Operation

interface OperationMetadata {
apiVersion?: string;
cancelRequested?: boolean;
createTime?: Date;
endTime?: Date;
statusDetail?: string;
target?: string;
verb?: string;
}

§Properties

§
apiVersion?: string
[src]

API version.

§
cancelRequested?: boolean
[src]

Specifies if cancellation was requested for the operation.

§
createTime?: Date
[src]

The time the operation was created.

§
endTime?: Date
[src]

The time the operation finished running.

§
statusDetail?: string
[src]

Human-readable status of the operation, if any.

§
target?: string
[src]

Target of the operation - for example projects/project-1/connectivityTests/test-1

§
verb?: string
[src]

Name of the verb executed by the operation.