Interface AlgorithmTrace.LogOrBuilder

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

public static interface AlgorithmTrace.LogOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Logged message
    com.google.protobuf.ByteString
    Logged message
    com.google.protobuf.Timestamp
    Log time
    com.google.protobuf.TimestampOrBuilder
    Log time
    boolean
    Logged message
    boolean
    Log time

    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

    • hasTime

      boolean hasTime()
       Log time
       
      optional .google.protobuf.Timestamp time = 2;
      Returns:
      Whether the time field is set.
    • getTime

      com.google.protobuf.Timestamp getTime()
       Log time
       
      optional .google.protobuf.Timestamp time = 2;
      Returns:
      The time.
    • getTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
       Log time
       
      optional .google.protobuf.Timestamp time = 2;
    • hasMsg

      boolean hasMsg()
       Logged message
       
      optional string msg = 3;
      Returns:
      Whether the msg field is set.
    • getMsg

      String getMsg()
       Logged message
       
      optional string msg = 3;
      Returns:
      The msg.
    • getMsgBytes

      com.google.protobuf.ByteString getMsgBytes()
       Logged message
       
      optional string msg = 3;
      Returns:
      The bytes for msg.