View Source GoogleApi.Logging.V2.Model.TailLogEntriesResponse (google_api_logging v0.47.0)

Result returned from TailLogEntries.

Attributes

  • entries (type: list(GoogleApi.Logging.V2.Model.LogEntry.t), default: nil) - A list of log entries. Each response in the stream will order entries with increasing values of LogEntry.timestamp. Ordering is not guaranteed between separate responses.
  • suppressionInfo (type: list(GoogleApi.Logging.V2.Model.SuppressionInfo.t), default: nil) - If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included. There will be at most one of each reason per response. The counts represent the number of suppressed entries since the last streamed response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.TailLogEntriesResponse{
  entries: [GoogleApi.Logging.V2.Model.LogEntry.t()] | nil,
  suppressionInfo: [GoogleApi.Logging.V2.Model.SuppressionInfo.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.