public enum Registry.Type extends Enum<Registry.Type> implements ProtocolMessageEnumType 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BINARY |
Binary data in any form. |
BINARY_VALUE |
Binary data in any form. |
DWORD |
A 32-bit number. |
DWORD_BIG_ENDIAN |
A 32-bit number in big-endian format. |
DWORD_BIG_ENDIAN_VALUE |
A 32-bit number in big-endian format. |
DWORD_LITTLE_ENDIAN |
A 32-bit number in little-endian format. |
DWORD_LITTLE_ENDIAN_VALUE |
A 32-bit number in little-endian format. |
DWORD_VALUE |
A 32-bit number. |
EXPAND_SZ |
A null-terminated string that contains unexpanded references to environment variables |
EXPAND_SZ_VALUE |
A null-terminated string that contains unexpanded references to environment variables |
LINK |
A null-terminated Unicode string that contains the target path of a symbolic link. |
LINK_VALUE |
A null-terminated Unicode string that contains the target path of a symbolic link. |
MULTI_SZ |
A sequence of null-terminated strings, terminated by an empty string |
MULTI_SZ_VALUE |
A sequence of null-terminated strings, terminated by an empty string |
NONE |
The registry value is not set and only the key exists. |
NONE_VALUE |
The registry value is not set and only the key exists. |
QWORD |
A 64-bit number. |
QWORD_LITTLE_ENDIAN |
A 64-bit number in little-endian format. |
QWORD_LITTLE_ENDIAN_VALUE |
A 64-bit number in little-endian format. |
QWORD_VALUE |
A 64-bit number. |
RESOURCE_LIST |
A device driver resource list. |
RESOURCE_LIST_VALUE |
A device driver resource list. |
SZ |
A null-terminated string. |
SZ_VALUE |
A null-terminated string. |
TYPE_UNSPECIFIED |
Default registry value type used when the type is unknown. |
TYPE_UNSPECIFIED_VALUE |
Default registry value type used when the type is unknown. |
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() |
|