public static interface TailLogEntriesResponse.SuppressionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TailLogEntriesResponse.SuppressionInfo.Reason |
getReason()
The reason that entries were omitted from the session.
|
int |
getReasonValue()
The reason that entries were omitted from the session.
|
int |
getSuppressedCount()
A lower bound on the count of entries omitted due to `reason`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getReasonValue()
The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
TailLogEntriesResponse.SuppressionInfo.Reason getReason()
The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
int getSuppressedCount()
A lower bound on the count of entries omitted due to `reason`.
int32 suppressed_count = 2;
Copyright © 2023 Google LLC. All rights reserved.