public static interface Reports.Trace.ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJson()
string json = 4; |
com.google.protobuf.ByteString |
getJsonBytes()
string json = 4; |
Reports.Trace.Location |
getLocation(int index)
repeated .mdg.engine.proto.Trace.Location location = 2; |
int |
getLocationCount()
repeated .mdg.engine.proto.Trace.Location location = 2; |
java.util.List<Reports.Trace.Location> |
getLocationList()
repeated .mdg.engine.proto.Trace.Location location = 2; |
Reports.Trace.LocationOrBuilder |
getLocationOrBuilder(int index)
repeated .mdg.engine.proto.Trace.Location location = 2; |
java.util.List<? extends Reports.Trace.LocationOrBuilder> |
getLocationOrBuilderList()
repeated .mdg.engine.proto.Trace.Location location = 2; |
java.lang.String |
getMessage()
required
|
com.google.protobuf.ByteString |
getMessageBytes()
required
|
long |
getTimeNs()
uint64 time_ns = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getMessage()
required
string message = 1;com.google.protobuf.ByteString getMessageBytes()
required
string message = 1;java.util.List<Reports.Trace.Location> getLocationList()
repeated .mdg.engine.proto.Trace.Location location = 2;Reports.Trace.Location getLocation(int index)
repeated .mdg.engine.proto.Trace.Location location = 2;int getLocationCount()
repeated .mdg.engine.proto.Trace.Location location = 2;java.util.List<? extends Reports.Trace.LocationOrBuilder> getLocationOrBuilderList()
repeated .mdg.engine.proto.Trace.Location location = 2;Reports.Trace.LocationOrBuilder getLocationOrBuilder(int index)
repeated .mdg.engine.proto.Trace.Location location = 2;long getTimeNs()
uint64 time_ns = 3;java.lang.String getJson()
string json = 4;com.google.protobuf.ByteString getJsonBytes()
string json = 4;