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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMsg()
      optional string msg = 3;
      com.google.protobuf.ByteString getMsgBytes()
      optional string msg = 3;
      com.google.protobuf.Timestamp getTime()
      optional .google.protobuf.Timestamp time = 2;
      com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
      optional .google.protobuf.Timestamp time = 2;
      boolean hasMsg()
      optional string msg = 3;
      boolean hasTime()
      optional .google.protobuf.Timestamp time = 2;
      • 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

      • hasTime

        boolean hasTime()
        optional .google.protobuf.Timestamp time = 2;
      • getTime

        com.google.protobuf.Timestamp getTime()
        optional .google.protobuf.Timestamp time = 2;
      • getTimeOrBuilder

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

        boolean hasMsg()
        optional string msg = 3;
      • getMsg

        String getMsg()
        optional string msg = 3;
      • getMsgBytes

        com.google.protobuf.ByteString getMsgBytes()
        optional string msg = 3;