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