Reference documentation and code samples for the Stackdriver Logging V2 Client class Reason.
An indicator of why entries were omitted.
Protobuf type google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason
Namespace
Google \ Cloud \ Logging \ V2 \ TailLogEntriesResponse \ SuppressionInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REASON_UNSPECIFIED
Value: 0
Unexpected default.
Generated from protobuf enum REASON_UNSPECIFIED = 0;
RATE_LIMIT
Value: 1
Indicates suppression occurred due to relevant entries being received in excess of rate limits. For quotas and limits, see Logging API quotas and limits.
Generated from protobuf enum RATE_LIMIT = 1;
NOT_CONSUMED
Value: 2
Indicates suppression occurred due to the client not consuming responses quickly enough.
Generated from protobuf enum NOT_CONSUMED = 2;