Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo

import type { SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo {
error?: Status;
state?:
| "ABANDONED"
| "DONE"
| "FAILED"
| "PROPAGATED"
| "PROPAGATING"
| "UNSPECIFIED";
}

§Properties

§
error?: Status
[src]

[Output Only] If state is ABANDONED or FAILED, this field is populated.

§
state?: "ABANDONED" | "DONE" | "FAILED" | "PROPAGATED" | "PROPAGATING" | "UNSPECIFIED"
[src]

[Output Only] Status of the action, which can be one of the following: PROPAGATING, PROPAGATED, ABANDONED, FAILED, or DONE.