Module: Google::Cloud::Logging::V2::TailLogEntriesResponse::SuppressionInfo::Reason

Defined in:
proto_docs/google/logging/v2/logging.rb

Overview

An indicator of why entries were omitted.

Constant Summary collapse

REASON_UNSPECIFIED =

Unexpected default.

0
RATE_LIMIT =

Indicates suppression occurred due to relevant entries being received in excess of rate limits. For quotas and limits, see Logging API quotas and limits.

1
NOT_CONSUMED =

Indicates suppression occurred due to the client not consuming responses quickly enough.

2