Interface TailLogEntriesResponse.SuppressionInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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`.
      • 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 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.
      • getSuppressedCount

        int getSuppressedCount()
         A lower bound on the count of entries omitted due to `reason`.
         
        int32 suppressed_count = 2;
        Returns:
        The suppressedCount.