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/notebooks:v2.ts";

Represents the metadata of the long-running operation.

interface OperationMetadata {
apiVersion?: string;
createTime?: Date;
endpoint?: string;
endTime?: Date;
requestedCancellation?: boolean;
statusMessage?: string;
target?: string;
verb?: string;
}

§Properties

§
apiVersion?: string
[src]

API version used to start the operation.

§
createTime?: Date
[src]

The time the operation was created.

§
endpoint?: string
[src]

API endpoint name of this operation.

§
endTime?: Date
[src]

The time the operation finished running.

§
requestedCancellation?: boolean
[src]

Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§
statusMessage?: string
[src]

Human-readable status of the operation, if any.

§
target?: string
[src]

Server-defined resource path for the target of the operation.

§
verb?: string
[src]

Name of the verb executed by the operation.