TailLogEntriesResponse class final
Result returned from TailLogEntries.
- Inheritance
-
- Object
- ProtoMessage
- TailLogEntriesResponse
Constructors
-
TailLogEntriesResponse({List<
LogEntry> entries = const [], List<TailLogEntriesResponse_SuppressionInfo> suppressionInfo = const []}) - TailLogEntriesResponse.fromJson(Object? j)
-
factory
Properties
-
entries
→ List<
LogEntry> -
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.final - hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
suppressionInfo
→ List<
TailLogEntriesResponse_SuppressionInfo> -
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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String