Enum Instance.UpgradeHistoryEntry.State (1.0.6)

public enum Instance.UpgradeHistoryEntry.State extends Enum<Instance.UpgradeHistoryEntry.State> implements ProtocolMessageEnum

The definition of the states of this upgrade history entry.

Protobuf enum google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED

The instance upgrade is failed.

FAILED = 3;

FAILED_VALUE

The instance upgrade is failed.

FAILED = 3;

STARTED

The instance upgrade is started.

STARTED = 1;

STARTED_VALUE

The instance upgrade is started.

STARTED = 1;

STATE_UNSPECIFIED

State is not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is not specified.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The instance upgrade is succeeded.

SUCCEEDED = 2;

SUCCEEDED_VALUE

The instance upgrade is succeeded.

SUCCEEDED = 2;

UNRECOGNIZED

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