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/deploymentmanager:v2.ts";
interface SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo {
error?: Status;
state?:
| "UNSPECIFIED"
| "PROPAGATING"
| "PROPAGATED"
| "ABANDONED"
| "FAILED"
| "DONE";
}

§Properties

§
error?: Status
[src]

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

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

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