OperationProgress
import type { OperationProgress } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";Message describing the progress of a cluster mutation long-running operation. operation.
interface OperationProgress {
readonly steps?: OperationStep[];
}§Properties
§
readonly steps?: OperationStep[]
[src]Output only. Steps and status of the operation.