OperationMetadata
import type { OperationMetadata } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";Represents the metadata of the long-running operation.
interface OperationMetadata {
readonly apiVersion?: string;
readonly createTime?: Date;
readonly endTime?: Date;
readonly progress?: OperationProgress;
readonly requestedCancellation?: boolean;
readonly target?: string;
readonly verb?: string;
}§Properties
§
readonly progress?: OperationProgress
[src]Output only. Progress of the operation.
§
readonly requestedCancellation?: boolean
[src]Output only. Identifies whether the user has requested cancellation of the
operation. Operations that have been cancelled successfully have
google.longrunning.Operation.error value with a google.rpc.Status.code of
1, corresponding to Code.CANCELLED.