Google Cloud Workload Manager V1 Client - Class State (0.2.1)

Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class State.

The possible states of an execution like RUNNING, SUCCEEDED, FAILED, etc.

Protobuf type google.cloud.workloadmanager.v1.Execution.State

Namespace

Google \ Cloud \ WorkloadManager \ V1 \ Execution

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State of execution is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

The execution is running in backend service.

Generated from protobuf enum RUNNING = 1;

SUCCEEDED

Value: 2

The execution run succeeded.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

The execution run failed.

Generated from protobuf enum FAILED = 3;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年07月31日 UTC.