Interface Log.EntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Log.Entry, Log.Entry.Builder
Enclosing class:
Log

public static interface Log.EntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dev.enola.core.util.Log.Severity severity = 2;
    int
    .dev.enola.core.util.Log.Severity severity = 2;
    string text = 3;
    com.google.protobuf.ByteString
    string text = 3;
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp ts = 1;
    com.google.protobuf.TimestampOrBuilder
    .google.protobuf.Timestamp ts = 1;
    boolean
    .google.protobuf.Timestamp ts = 1;

    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

    • hasTs

      boolean hasTs()
      .google.protobuf.Timestamp ts = 1;
      Returns:
      Whether the ts field is set.
    • getTs

      com.google.protobuf.Timestamp getTs()
      .google.protobuf.Timestamp ts = 1;
      Returns:
      The ts.
    • getTsOrBuilder

      com.google.protobuf.TimestampOrBuilder getTsOrBuilder()
      .google.protobuf.Timestamp ts = 1;
    • getSeverityValue

      .dev.enola.core.util.Log.Severity severity = 2;
      Returns:
      The enum numeric value on the wire for severity.
    • getSeverity

      .dev.enola.core.util.Log.Severity severity = 2;
      Returns:
      The severity.
    • getText

      string text = 3;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
      string text = 3;
      Returns:
      The bytes for text.