Google Cloud Logging v2 API - Class TailLogEntriesResponse (4.3.0)

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.

Result returned from TailLogEntries.

Inheritance

object > TailLogEntriesResponse

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

TailLogEntriesResponse()

public TailLogEntriesResponse()

TailLogEntriesResponse(TailLogEntriesResponse)

public TailLogEntriesResponse(TailLogEntriesResponse other)
Parameter
NameDescription
otherTailLogEntriesResponse

Properties

Entries

public RepeatedField<LogEntry> Entries { get; }

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.

Property Value
TypeDescription
RepeatedFieldLogEntry

SuppressionInfo

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.

Property Value
TypeDescription
RepeatedFieldTailLogEntriesResponseTypesSuppressionInfo