TailLogEntriesResponse_SuppressionInfo_Reason class final
An indicator of why entries were omitted.
- Inheritance
-
- Object
- ProtoEnum
- TailLogEntriesResponse_SuppressionInfo_Reason
Constructors
- TailLogEntriesResponse_SuppressionInfo_Reason(String value)
-
const
- TailLogEntriesResponse_SuppressionInfo_Reason.fromJson(String json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const TailLogEntriesResponse_SuppressionInfo_Reason
- The default value for TailLogEntriesResponse_SuppressionInfo_Reason.
- notConsumed → const TailLogEntriesResponse_SuppressionInfo_Reason
- Indicates suppression occurred due to the client not consuming responses quickly enough.
- rateLimit → const TailLogEntriesResponse_SuppressionInfo_Reason
- Indicates suppression occurred due to relevant entries being received in excess of rate limits. For quotas and limits, see Logging API quotas and limits.
- reasonUnspecified → const TailLogEntriesResponse_SuppressionInfo_Reason
- Unexpected default.