public interface RegistryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRegistryKey()
public abstract String getRegistryKey()Registry key associated with an application or system component (e.g., HKEY_, HKCU\Environment...).
string registry_key = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The registryKey. |
getRegistryKeyBytes()
public abstract ByteString getRegistryKeyBytes()Registry key associated with an application or system component (e.g., HKEY_, HKCU\Environment...).
string registry_key = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for registryKey. |
getRegistryValueBinaryData()
public abstract ByteString getRegistryValueBinaryData()Binary data associated with a registry value. This field is only populated if the registry value type is BINARY. This field is not populated for other registry value types.
bytes registry_value_binary_data = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The registryValueBinaryData. |
getRegistryValueData()
public abstract String getRegistryValueData()Data associated with a registry value (e.g. %USERPROFILE%\Local Settings\Temp).
string registry_value_data = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The registryValueData. |
getRegistryValueDataBytes()
public abstract ByteString getRegistryValueDataBytes()Data associated with a registry value (e.g. %USERPROFILE%\Local Settings\Temp).
string registry_value_data = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for registryValueData. |
getRegistryValueName()
public abstract String getRegistryValueName()Name of the registry value associated with an application or system component (e.g. TEMP).
string registry_value_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The registryValueName. |
getRegistryValueNameBytes()
public abstract ByteString getRegistryValueNameBytes()Name of the registry value associated with an application or system component (e.g. TEMP).
string registry_value_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for registryValueName. |
getRegistryValueType()
public abstract Registry.Type getRegistryValueType()Type of the registry value.
.google.backstory.Registry.Type registry_value_type = 4;
| Returns | |
|---|---|
| Type | Description |
Registry.Type |
The registryValueType. |
getRegistryValueTypeValue()
public abstract int getRegistryValueTypeValue()Type of the registry value.
.google.backstory.Registry.Type registry_value_type = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for registryValueType. |