OperationMetadata
import type { OperationMetadata } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
Represents the metadata of the long-running operation. Note: This message is auto-generated by CCFE. CCFE's storage, called Resource Metadata Store (RMS), holds metadata about long-running operations (i.e. OperationMetadata) and resources (i.e. ResourceMetadata). OperationMetadata documents the status of the operation. See CCFE documentation for sidechannel data and yaqs/4289526912465764352.
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
.