public sealed class TailLogEntriesResponse : IMessage<TailLogEntriesResponse>, IEquatable<TailLogEntriesResponse>, IDeepCloneable<TailLogEntriesResponse>, IBufferMessage, IMessage
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.
public RepeatedField<TailLogEntriesResponse.Types.SuppressionInfo> SuppressionInfo { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e class, which is a core component of the Google Cloud Logging V2 API and is used to represent the result from a \u003ccode\u003eTailLogEntries\u003c/code\u003e call.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage<TailLogEntriesResponse>\u003c/code\u003e, \u003ccode\u003eIEquatable<TailLogEntriesResponse>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<TailLogEntriesResponse>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, demonstrating its integration with the Google Protobuf framework.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor and a constructor that takes another \u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e object for deep cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e include \u003ccode\u003eEntries\u003c/code\u003e, which holds a list of \u003ccode\u003eLogEntry\u003c/code\u003e objects, and \u003ccode\u003eSuppressionInfo\u003c/code\u003e, which provides details about log entries that were omitted from the session.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation is currently showing information for version 3.3.0 of this class, and it also provides the latest version, along with other previous versions in the sidebar.\u003c/p\u003e\n"]]],[],null,[]]