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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `TailLogEntriesResponse` class, which is a core component of the Google Cloud Logging V2 API and is used to represent the result from a `TailLogEntries` call."],["The `TailLogEntriesResponse` class inherits from `Object` and implements several interfaces, including `IMessage\u003cTailLogEntriesResponse\u003e`, `IEquatable\u003cTailLogEntriesResponse\u003e`, `IDeepCloneable\u003cTailLogEntriesResponse\u003e`, `IBufferMessage`, and `IMessage`, demonstrating its integration with the Google Protobuf framework."],["The class offers two constructors: a default constructor and a constructor that takes another `TailLogEntriesResponse` object for deep cloning purposes."],["Key properties of `TailLogEntriesResponse` include `Entries`, which holds a list of `LogEntry` objects, and `SuppressionInfo`, which provides details about log entries that were omitted from the session."],["The 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."]]],[]]