Get desktop application:
View/edit binary Protocol Buffers messages
string error = 2
repeated TypedValue typed_value = 3
bytes graph_json = 1
string graph_id = 2
string session_id = 1
string graph_id = 2
uint64 party_id = 3
bytes data_settings = 4
repeated Address party_address = 5
(message has no fields)
uint64 node_id = 1
optional Value data = 2
uint64 party_id = 3
string session_id = 4
string message = 2
uint64 node_id = 3
string key = 1
string error = 2
optional TypedValue typed_value = 3
Used in: CreateSessionRequest
string address = 1
uint32 port = 2
Used in: Value
Used in: CreateSessionResponse
SUCCESS = 0
MISSING_GRAPH = 1
DUPLICATE_SESSION = 2
INVALID_CONFIGURATION = 3
GENERIC_FAILURE = 4
Used in: FinishSessionResponse
SUCCESS = 0
MISSING_SESSION = 1
GENERIC_FAILURE = 2
Used in: GetValueResponse
Used in: ProvideResultResponse
Used in: RegisterGraphResponse
SUCCESS = 0
DUPLICATE = 1
GENERIC_FAILURE = 2
Used in: SendValueResponse
SUCCESS = 0
DUPLICATE = 1
UNKNOWN_NODE = 2
UNKNOWN_SESSION = 3
WRONG_PARTY = 4
UNKNOWN_ERROR = 5
Used in: SessionListResponse
Used in: SessionEntry
CREATED = 0
RUNNING = 1
FINISHED = 2
FAILED = 3
Used in: GetValueResponse, ProvideResultRequest
optional Value value = 1
string type_json = 2
Used in: SendValueRequest, TypedValue, VectorValue
Used in: Value