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/pubsublite:v1.ts";

Metadata for long running operations.

interface OperationMetadata {
createTime?: Date;
endTime?: Date;
target?: string;
verb?: string;
}

§Properties

§
createTime?: Date
[src]

The time the operation was created.

§
endTime?: Date
[src]

The time the operation finished running. Not set if the operation has not completed.

§
target?: string
[src]

Resource path for the target of the operation. For example, targets of seeks are subscription resources, structured like: projects/{project_number}/locations/{location}/subscriptions/{subscription_id}

§
verb?: string
[src]

Name of the verb executed by the operation.