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 document provides information on the \u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e class, which is part of the \u003ccode\u003eGoogle.Cloud.Logging.V2\u003c/code\u003e namespace and used to represent the result returned from \u003ccode\u003eTailLogEntries\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities for message handling, equality comparison, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor \u003ccode\u003eTailLogEntriesResponse()\u003c/code\u003e and a copy constructor \u003ccode\u003eTailLogEntriesResponse(TailLogEntriesResponse other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eEntries\u003c/code\u003e, a \u003ccode\u003eRepeatedField\u003c/code\u003e containing a list of \u003ccode\u003eLogEntry\u003c/code\u003e objects, and \u003ccode\u003eSuppressionInfo\u003c/code\u003e, a \u003ccode\u003eRepeatedField\u003c/code\u003e that provides information about log entries omitted from the response.\u003c/p\u003e\n"],["\u003cp\u003eThe document also highlights that there are various versions of this response available, ranging from version 3.3.0 up to the latest version 4.4.0, all of which contain documentation for \u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]