Enum DeploymentEvent.State (0.44.0)

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

The state of the DeploymentEvent.

Protobuf enum google.cloud.developerconnect.v1.DeploymentEvent.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
STATE_ACTIVE

The deployment is active in the runtime.

STATE_ACTIVE = 1;

STATE_ACTIVE_VALUE

The deployment is active in the runtime.

STATE_ACTIVE = 1;

STATE_INACTIVE

The deployment is not in the runtime.

STATE_INACTIVE = 2;

STATE_INACTIVE_VALUE

The deployment is not in the runtime.

STATE_INACTIVE = 2;

STATE_UNSPECIFIED

No state specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

No state specified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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()