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
Modifier and TypeMethodDescriptionThe reason that entries were omitted from the session.intThe reason that entries were omitted from the session.intA lower bound on the count of entries omitted due to `reason`.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-