Get desktop application:
View/edit binary Protocol Buffers messages
Event is sent to create an event log. When should be set using the UnixNano() method in package time.
Used in:
SearchRequest includes all the search parameters (AND of all provided search parameters). Topic == "" means "any topic". From == 0 means "from the first event", and To == 0 means "until now". From and To should be set using the UnixNano() method in package time.
Return events where Event.Topic == Topic, if Topic != "".
Return events where When is > From.
Return events where When is <= To.
SearchResponse is the reply to LogRequest.
Events does not contain all the results. The caller should formulate a new SearchRequest to continue searching, for instance by setting From to the time of the last received event.