Package mdg.engine.proto
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 Summary
Modifier and TypeMethodDescriptiongetJson()string json = 4;com.google.protobuf.ByteStringstring json = 4;getLocation(int index) repeated .mdg.engine.proto.Trace.Location location = 2;intrepeated .mdg.engine.proto.Trace.Location location = 2;repeated .mdg.engine.proto.Trace.Location location = 2;getLocationOrBuilder(int index) repeated .mdg.engine.proto.Trace.Location location = 2;List<? extends Reports.Trace.LocationOrBuilder>repeated .mdg.engine.proto.Trace.Location location = 2;requiredcom.google.protobuf.ByteStringrequiredlonguint64 time_ns = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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.
-