Destroy the client. Always call this when the client is not used anymore. When the context is destroyed, this is called automatically
Starts a query for logging data. Results are delivered through the listener callback. This method can be used
for historic and live data depending on the selector. The listener may be called multiple times in multiple
cases, including but not limited to:
Returns a deregistration function for the listener. Until this function is called, or the
client is destroyed, the listener callback will continue to get called.
Depending on the format in the query options, the query listener result has a specific type.
format is 'csv', the result type is LoggingDataBlobLoggingDataMetric[][]If the once field is set to true, the query listener will be called at most once.
Client to query historical logging data and live logging data.