Interface Reports.Trace.ErrorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Reports.Trace.Error, Reports.Trace.Error.Builder
Enclosing class:
Reports.Trace

public static interface Reports.Trace.ErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMessage

      String getMessage()
       required
       
      string message = 1;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       required
       
      string message = 1;
      Returns:
      The bytes for message.
    • getLocationList

      List<Reports.Trace.Location> getLocationList()
      repeated .mdg.engine.proto.Trace.Location location = 2;
    • getLocation

      Reports.Trace.Location getLocation(int index)
      repeated .mdg.engine.proto.Trace.Location location = 2;
    • getLocationCount

      int getLocationCount()
      repeated .mdg.engine.proto.Trace.Location location = 2;
    • getLocationOrBuilderList

      List<? extends Reports.Trace.LocationOrBuilder> getLocationOrBuilderList()
      repeated .mdg.engine.proto.Trace.Location location = 2;
    • getLocationOrBuilder

      Reports.Trace.LocationOrBuilder getLocationOrBuilder(int index)
      repeated .mdg.engine.proto.Trace.Location location = 2;
    • getTimeNs

      long getTimeNs()
      uint64 time_ns = 3;
      Returns:
      The timeNs.
    • getJson

      String getJson()
      string json = 4;
      Returns:
      The json.
    • getJsonBytes

      com.google.protobuf.ByteString getJsonBytes()
      string json = 4;
      Returns:
      The bytes for json.