Enum DeploymentGroup.State (0.68.0)

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

Possible states of a deployment group.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The deployment group is healthy.

ACTIVE = 2;

ACTIVE_VALUE

The deployment group is healthy.

ACTIVE = 2;

CREATING

The deployment group is being created.

CREATING = 1;

CREATING_VALUE

The deployment group is being created.

CREATING = 1;

DELETED

The deployment group has been deleted.

DELETED = 7;

DELETED_VALUE

The deployment group has been deleted.

DELETED = 7;

DELETING

The deployment group is being deleted.

DELETING = 4;

DELETING_VALUE

The deployment group is being deleted.

DELETING = 4;

FAILED

The deployment group has encountered an unexpected error.

FAILED = 5;

FAILED_VALUE

The deployment group 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 group is no longer being actively reconciled. This may be the result of recovering the project after deletion.

SUSPENDED = 6;

SUSPENDED_VALUE

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

SUSPENDED = 6;

UNRECOGNIZED
UPDATING

The deployment group is being updated.

UPDATING = 3;

UPDATING_VALUE

The deployment group is being updated.

UPDATING = 3;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()