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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
NOT_CONSUMED | Indicates suppression occurred due to the client not consuming responses quickly enough. |
NOT_CONSUMED_VALUE | Indicates suppression occurred due to the client not consuming responses quickly enough. |
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_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. |
REASON_UNSPECIFIED | Unexpected default. |
REASON_UNSPECIFIED_VALUE | Unexpected default. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |