Get desktop application:
View/edit binary Protocol Buffers messages
IsReady is the heartbeat endpoint for gRPC.
* ReadyResponse is the health check result.
SinkFn writes the request to a user defined sink.
* SinkRequest represents a request element.
Required field indicating the request.
Required field indicating the status of the request. If eot is set to true, it indicates the end of transmission.
optional field indicating the handshake message.
* SinkResponse is the individual response of each message written to the sink.
Handshake message between client and server to indicate the start of transmission.
Used in: ,
Required field indicating the start of transmission.
Used in:
Metadata is the metadata of the message
Used in:
id is the ID of the message, can be used to uniquely identify the message.
status denotes the status of persisting to sink. It can be SUCCESS, FAILURE, or FALLBACK.
err_msg is the error message, set it if success is set to false.
on_success_msg is the message to be sent to on_success sink.
Used in:
Status is the status of the response.
Used in:
* TransmissionStatus is the status of the transmission.
Used in: ,