Enum Service.StartupType (0.3.0)

public enum Service.StartupType extends Enum<Service.StartupType> implements ProtocolMessageEnum

How the service is started.

Protobuf enum google.backstory.Service.StartupType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTOMATIC

The service is started automatically.

AUTOMATIC = 1;

AUTOMATIC_VALUE

The service is started automatically.

AUTOMATIC = 1;

DISABLED

The service is disabled and will not start automatically.

DISABLED = 3;

DISABLED_VALUE

The service is disabled and will not start automatically.

DISABLED = 3;

MANUAL

The service is started manually by a user.

MANUAL = 2;

MANUAL_VALUE

The service is started manually by a user.

MANUAL = 2;

STARTUP_TYPE_UNSPECIFIED

Default startup type.

STARTUP_TYPE_UNSPECIFIED = 0;

STARTUP_TYPE_UNSPECIFIED_VALUE

Default startup type.

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