public enum Service.ServiceType extends Enum<Service.ServiceType> implements ProtocolMessageEnumThe type of service.
Protobuf enum google.backstory.Service.ServiceType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ADAPTER |
An adapter. This is a Windows-specific service type. |
ADAPTER_VALUE |
An adapter. This is a Windows-specific service type. |
FILE_SYSTEM_DRIVER |
A file system driver. |
FILE_SYSTEM_DRIVER_VALUE |
A file system driver. |
INTERACTIVE_PROCESS |
An interactive process. This is a Windows-specific service type. |
INTERACTIVE_PROCESS_VALUE |
An interactive process. This is a Windows-specific service type. |
KERNEL_DRIVER |
A kernel driver. |
KERNEL_DRIVER_VALUE |
A kernel driver. |
RECOGNIZER_DRIVER |
A recognizer driver. This is a Windows-specific service type. |
RECOGNIZER_DRIVER_VALUE |
A recognizer driver. This is a Windows-specific service type. |
SERVICE_TYPE_UNSPECIFIED |
Default service type. |
SERVICE_TYPE_UNSPECIFIED_VALUE |
Default service type. |
UNRECOGNIZED |
|
WIN32_OWN_PROCESS |
A process that is owned by the service. This is a Windows-specific service type. |
WIN32_OWN_PROCESS_VALUE |
A process that is owned by the service. This is a Windows-specific service type. |
WIN32_SHARE_PROCESS |
A process that is shared by the service. This is a Windows-specific service type. |
WIN32_SHARE_PROCESS_VALUE |
A process that is shared by the service. This is a Windows-specific service type. |
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() |
|