TailLogEntriesResponse_SuppressionInfo class final
Information about entries that were omitted from the session.
- Inheritance
-
- Object
- ProtoMessage
- TailLogEntriesResponse_SuppressionInfo
Constructors
- TailLogEntriesResponse_SuppressionInfo({TailLogEntriesResponse_SuppressionInfo_Reason reason = TailLogEntriesResponse_SuppressionInfo_Reason.$default, int suppressedCount = 0})
- TailLogEntriesResponse_SuppressionInfo.fromJson(Object? j)
-
factory
Properties
- 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 - reason → TailLogEntriesResponse_SuppressionInfo_Reason
-
The reason that entries were omitted from the session.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suppressedCount → int
-
A lower bound on the count of entries omitted due to
reason.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