public sealed class TailLogEntriesResponse : IMessage<TailLogEntriesResponse>, IEquatable<TailLogEntriesResponse>, IDeepCloneable<TailLogEntriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class TailLogEntriesResponse.
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-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e class within the Google Cloud Logging v2 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e class represents the result returned from the \u003ccode\u003eTailLogEntries\u003c/code\u003e method, allowing for the retrieval of log entries.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the class documented here is 4.4.0, with older versions available for reference down to version 3.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTailLogEntriesResponse\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eEntries\u003c/code\u003e, a list of \u003ccode\u003eLogEntry\u003c/code\u003e objects, and \u003ccode\u003eSuppressionInfo\u003c/code\u003e, which details any entries that were omitted from the session.\u003c/p\u003e\n"]]],[],null,[]]