GoogleCloudMetastoreV1alphaOperationMetadata
import type { GoogleCloudMetastoreV1alphaOperationMetadata } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
Represents the metadata of a long-running operation.
interface GoogleCloudMetastoreV1alphaOperationMetadata {
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 caller has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.