reason property

String? reason
getter/setter pair

The reason that entries were omitted from the session. Possible string values are:

  • "REASON_UNSPECIFIED" : Unexpected default.
  • "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 (https://cloud.google.com/logging/quotas#api-limits).
  • "NOT_CONSUMED" : Indicates suppression occurred due to the client not consuming responses quickly enough.

Implementation

core.String? reason;