Enum Registry.Type (0.3.0)

public enum Registry.Type extends Enum<Registry.Type> implements ProtocolMessageEnum

Type of the registry value. These values are based on the Windows Registry value types: https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry-value-types

Protobuf enum google.backstory.Registry.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
BINARY

Binary data in any form.

BINARY = 4;

BINARY_VALUE

Binary data in any form.

BINARY = 4;

DWORD

A 32-bit number.

DWORD = 5;

DWORD_BIG_ENDIAN

A 32-bit number in big-endian format.

DWORD_BIG_ENDIAN = 7;

DWORD_BIG_ENDIAN_VALUE

A 32-bit number in big-endian format.

DWORD_BIG_ENDIAN = 7;

DWORD_LITTLE_ENDIAN

A 32-bit number in little-endian format.

DWORD_LITTLE_ENDIAN = 6;

DWORD_LITTLE_ENDIAN_VALUE

A 32-bit number in little-endian format.

DWORD_LITTLE_ENDIAN = 6;

DWORD_VALUE

A 32-bit number.

DWORD = 5;

EXPAND_SZ

A null-terminated string that contains unexpanded references to environment variables

EXPAND_SZ = 3;

EXPAND_SZ_VALUE

A null-terminated string that contains unexpanded references to environment variables

EXPAND_SZ = 3;

A null-terminated Unicode string that contains the target path of a symbolic link.

LINK = 8;

A null-terminated Unicode string that contains the target path of a symbolic link.

LINK = 8;

MULTI_SZ

A sequence of null-terminated strings, terminated by an empty string

MULTI_SZ = 9;

MULTI_SZ_VALUE

A sequence of null-terminated strings, terminated by an empty string

MULTI_SZ = 9;

NONE

The registry value is not set and only the key exists.

NONE = 1;

NONE_VALUE

The registry value is not set and only the key exists.

NONE = 1;

QWORD

A 64-bit number.

QWORD = 11;

QWORD_LITTLE_ENDIAN

A 64-bit number in little-endian format.

QWORD_LITTLE_ENDIAN = 12;

QWORD_LITTLE_ENDIAN_VALUE

A 64-bit number in little-endian format.

QWORD_LITTLE_ENDIAN = 12;

QWORD_VALUE

A 64-bit number.

QWORD = 11;

RESOURCE_LIST

A device driver resource list.

RESOURCE_LIST = 10;

RESOURCE_LIST_VALUE

A device driver resource list.

RESOURCE_LIST = 10;

SZ

A null-terminated string.

SZ = 2;

SZ_VALUE

A null-terminated string.

SZ = 2;

TYPE_UNSPECIFIED

Default registry value type used when the type is unknown.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Default registry value type used when the type is unknown.

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