Enum Deployment.State (0.7.0)

public enum Deployment.State extends Enum<Deployment.State> implements ProtocolMessageEnum

Possible states of a deployment.

Protobuf enum google.cloud.config.v1.Deployment.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The deployment is healthy.

ACTIVE = 2;

ACTIVE_VALUE

The deployment is healthy.

ACTIVE = 2;

CREATING

The deployment is being created.

CREATING = 1;

CREATING_VALUE

The deployment is being created.

CREATING = 1;

DELETED

The deployment has been deleted.

DELETED = 7;

DELETED_VALUE

The deployment has been deleted.

DELETED = 7;

DELETING

The deployment is being deleted.

DELETING = 4;

DELETING_VALUE

The deployment is being deleted.

DELETING = 4;

FAILED

The deployment has encountered an unexpected error.

FAILED = 5;

FAILED_VALUE

The deployment has encountered an unexpected error.

FAILED = 5;

STATE_UNSPECIFIED

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

SUSPENDED

The deployment is no longer being actively reconciled. This may be the result of recovering the project after deletion.

SUSPENDED = 6;

SUSPENDED_VALUE

The deployment is no longer being actively reconciled. This may be the result of recovering the project after deletion.

SUSPENDED = 6;

UNRECOGNIZED
UPDATING

The deployment is being updated.

UPDATING = 3;

UPDATING_VALUE

The deployment is being updated.

UPDATING = 3;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()