Enum TailLogEntriesResponse.SuppressionInfo.Reason (3.16.2)

public enum TailLogEntriesResponse.SuppressionInfo.Reason extends Enum<TailLogEntriesResponse.SuppressionInfo.Reason> implements ProtocolMessageEnum

An indicator of why entries were omitted.

Protobuf enum google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NOT_CONSUMED

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

NOT_CONSUMED = 2;

NOT_CONSUMED_VALUE

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

NOT_CONSUMED = 2;

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.

RATE_LIMIT = 1;

RATE_LIMIT_VALUE

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

RATE_LIMIT = 1;

REASON_UNSPECIFIED

Unexpected default.

REASON_UNSPECIFIED = 0;

REASON_UNSPECIFIED_VALUE

Unexpected default.

REASON_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()