public sealed class TailLogEntriesResponse : IMessage<TailLogEntriesResponse>, IEquatable<TailLogEntriesResponse>, IDeepCloneable<TailLogEntriesResponse>, IBufferMessage, IMessage
Result returned from TailLogEntries
.
Implements
IMessage<TailLogEntriesResponse>, IEquatable<TailLogEntriesResponse>, IDeepCloneable<TailLogEntriesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
TailLogEntriesResponse()
public TailLogEntriesResponse()
TailLogEntriesResponse(TailLogEntriesResponse)
public TailLogEntriesResponse(TailLogEntriesResponse other)
Parameter | |
---|---|
Name | Description |
other | TailLogEntriesResponse |
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 | |
---|---|
Type | Description |
RepeatedField<LogEntry> |
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 | |
---|---|
Type | Description |
RepeatedField<TailLogEntriesResponse.Types.SuppressionInfo> |