Package com.google.logging.v2
Interface TailLogEntriesResponse.SuppressionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TailLogEntriesResponse.SuppressionInfo,TailLogEntriesResponse.SuppressionInfo.Builder
- Enclosing class:
- TailLogEntriesResponse
public static interface TailLogEntriesResponse.SuppressionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TailLogEntriesResponse.SuppressionInfo.ReasongetReason()The reason that entries were omitted from the session.intgetReasonValue()The reason that entries were omitted from the session.intgetSuppressedCount()A lower bound on the count of entries omitted due to `reason`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getReasonValue
int getReasonValue()
The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
TailLogEntriesResponse.SuppressionInfo.Reason getReason()
The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;- Returns:
- The reason.
-
getSuppressedCount
int getSuppressedCount()
A lower bound on the count of entries omitted due to `reason`.
int32 suppressed_count = 2;- Returns:
- The suppressedCount.
-
-