Get desktop application:
View/edit binary Protocol Buffers messages
uTwin Service interface definition
A uEntity calls this API to retrieve the last uMessages for a given set of topics.<br> What is returned is a list of MessageResponse with the status for message retrieval and the event itself if uTwin was able to fetch it. uTwin will also return status for those messages that it was unable to fetch (i.e. due to NOT_FOUND or PERMISSION_DENIED.<br>
The request message for the GetLastMessage operation.
The topics to get the last message for
Message returned by the rpc GetLastMessages.
List of one or more messages and the results for fetching the message per topic
Response that contains the status and message per topic
Used in:
Topic that was requested to be fetched
Status (success or not) when fetching the last event for said topic
message when the topic has been fetched successfully, otherwise empty