Enum Service.ServiceType (0.3.0)

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

The type of service.

Protobuf enum google.backstory.Service.ServiceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADAPTER

An adapter. This is a Windows-specific service type.

ADAPTER = 5;

ADAPTER_VALUE

An adapter. This is a Windows-specific service type.

ADAPTER = 5;

FILE_SYSTEM_DRIVER

A file system driver.

FILE_SYSTEM_DRIVER = 2;

FILE_SYSTEM_DRIVER_VALUE

A file system driver.

FILE_SYSTEM_DRIVER = 2;

INTERACTIVE_PROCESS

An interactive process. This is a Windows-specific service type.

INTERACTIVE_PROCESS = 7;

INTERACTIVE_PROCESS_VALUE

An interactive process. This is a Windows-specific service type.

INTERACTIVE_PROCESS = 7;

KERNEL_DRIVER

A kernel driver.

KERNEL_DRIVER = 1;

KERNEL_DRIVER_VALUE

A kernel driver.

KERNEL_DRIVER = 1;

RECOGNIZER_DRIVER

A recognizer driver. This is a Windows-specific service type.

RECOGNIZER_DRIVER = 6;

RECOGNIZER_DRIVER_VALUE

A recognizer driver. This is a Windows-specific service type.

RECOGNIZER_DRIVER = 6;

SERVICE_TYPE_UNSPECIFIED

Default service type.

SERVICE_TYPE_UNSPECIFIED = 0;

SERVICE_TYPE_UNSPECIFIED_VALUE

Default service type.

SERVICE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
WIN32_OWN_PROCESS

A process that is owned by the service. This is a Windows-specific service type.

WIN32_OWN_PROCESS = 3;

WIN32_OWN_PROCESS_VALUE

A process that is owned by the service. This is a Windows-specific service type.

WIN32_OWN_PROCESS = 3;

WIN32_SHARE_PROCESS

A process that is shared by the service. This is a Windows-specific service type.

WIN32_SHARE_PROCESS = 4;

WIN32_SHARE_PROCESS_VALUE

A process that is shared by the service. This is a Windows-specific service type.

WIN32_SHARE_PROCESS = 4;

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