public enum Service.StartupType extends Enum<Service.StartupType> implements ProtocolMessageEnumHow the service is started.
Protobuf enum google.backstory.Service.StartupType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTOMATIC |
The service is started automatically. |
AUTOMATIC_VALUE |
The service is started automatically. |
DISABLED |
The service is disabled and will not start automatically. |
DISABLED_VALUE |
The service is disabled and will not start automatically. |
MANUAL |
The service is started manually by a user. |
MANUAL_VALUE |
The service is started manually by a user. |
STARTUP_TYPE_UNSPECIFIED |
Default startup type. |
STARTUP_TYPE_UNSPECIFIED_VALUE |
Default startup type. |
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() |
|