package stringdb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service StringDb

stringdb.proto:13

message Request

stringdb.proto:13

The request has a type and then the relevant optional field is filled.

message Request.RequestCountValues

stringdb.proto:33

Used in: Request

(message has no fields)

message Request.RequestGetValue

stringdb.proto:22

Used in: Request

message Request.RequestSetValue

stringdb.proto:27

Used in: Request

enum Request.RequestType

stringdb.proto:14

Used in: Request

message Response

stringdb.proto:45

The response is a simple string For GET_VALUE, the value is returned (or empty string if no such value) For SET_VALUE, the value is returned For COUNT_VALUES, the count is returned as a string