Enum HydratedDeployment.State (0.13.0)

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

State defines which state the current hydrated deployment is in.

Protobuf enum google.cloud.telcoautomation.v1.HydratedDeployment.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
APPLIED

When the edit is applied, the hydrated deployment moves to APPLIED state. No changes can be made once a hydrated deployment is applied.

APPLIED = 2;

APPLIED_VALUE

When the edit is applied, the hydrated deployment moves to APPLIED state. No changes can be made once a hydrated deployment is applied.

APPLIED = 2;

DRAFT

A hydrated deployment starts in DRAFT state. All edits are made in DRAFT state.

DRAFT = 1;

DRAFT_VALUE

A hydrated deployment starts in DRAFT state. All edits are made in DRAFT state.

DRAFT = 1;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

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