Get desktop application:
View/edit binary Protocol Buffers messages
The FactoryReset service exported by Targets.
The Start RPC allows the Client to instruct the Target to immediately clean all existing state and boot the Target in the same condition as it is shipped from factory. State includes storage, configuration, logs, certificates and licenses. Optionally allows rolling back the OS to the same version shipped from factory. Optionally allows for the Target to zero-fill permanent storage where state data is stored. If any of the optional flags is set but not supported, a gRPC Status with code INVALID_ARGUMENT must be returned with the details value set to a properly populated ResetError message.
Instructs the Target to rollback the OS to the same version as it shipped from factory.
Instructs the Target to zero fill persistent storage state data.
Reset will be executed.
Reset will not be executed.
Message also used in gRPC status.details field.
Used in:
Factory OS reset is not supported.
Zero fill is not supported.
Unspecified error, must provide detail message.
Used in:
(message has no fields)