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 Type
    Method
    Description
    The reason that entries were omitted from the session.
    int
    The reason that entries were omitted from the session.
    int
    A lower bound on the count of entries omitted due to `reason`.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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.