Google Cloud Service Management V1 Client - Class Status (1.1.1)

Reference documentation and code samples for the Google Cloud Service Management V1 Client class Status.

Code describes the status of the operation (or one of its steps).

Protobuf type google.api.servicemanagement.v1.OperationMetadata.Status

Namespace

Google \ Cloud \ ServiceManagement \ V1 \ OperationMetadata

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATUS_UNSPECIFIED

Value: 0

Unspecifed code.

Generated from protobuf enum STATUS_UNSPECIFIED = 0;

DONE

Value: 1

The operation or step has completed without errors.

Generated from protobuf enum DONE = 1;

NOT_STARTED

Value: 2

The operation or step has not started yet.

Generated from protobuf enum NOT_STARTED = 2;

IN_PROGRESS

Value: 3

The operation or step is in progress.

Generated from protobuf enum IN_PROGRESS = 3;

FAILED

Value: 4

The operation or step has completed with errors. If the operation is rollbackable, the rollback completed with errors too.

Generated from protobuf enum FAILED = 4;

CANCELLED

Value: 5

The operation or step has completed with cancellation.

Generated from protobuf enum CANCELLED = 5;