Get desktop application:
View/edit binary Protocol Buffers messages
GetRequest represents a request to the key-value store for the value associated with a particular key
GetResponse represents a response from the key-value store for a particular value
PutRequest represents a request to the key-value store for the value associated with a particular key
DeleteRequest represents a request to the key-value store to delete the record associated with a key
DeleteResponse represents a response from the key-value store for a Delete action.
(message has no fields)
PutResponse represents a response from the key-value store for a Put action.
Used as response type in: KeyValue.Delete, KeyValue.Put
(message has no fields)