Enum RunningService.State (0.4.0)

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

Service state (OS-agnostic).

Protobuf enum google.cloud.migrationcenter.v1.RunningService.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

Service is active.

ACTIVE = 1;

ACTIVE_VALUE

Service is active.

ACTIVE = 1;

PAUSED

Service is paused.

PAUSED = 2;

PAUSED_VALUE

Service is paused.

PAUSED = 2;

STATE_UNSPECIFIED

Service state unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Service state unspecified.

STATE_UNSPECIFIED = 0;

STOPPED

Service is stopped.

STOPPED = 3;

STOPPED_VALUE

Service is stopped.

STOPPED = 3;

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