-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface TombstoneProtos.CauseOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetHumanReadable()string human_readable = 1;abstract ByteStringgetHumanReadableBytes()string human_readable = 1;abstract booleanhasMemoryError().MemoryError memory_error = 2;abstract TombstoneProtos.MemoryErrorgetMemoryError().MemoryError memory_error = 2;abstract TombstoneProtos.Cause.DetailsCasegetDetailsCase()-
-
Method Detail
-
getHumanReadable
abstract String getHumanReadable()
string human_readable = 1;
-
getHumanReadableBytes
abstract ByteString getHumanReadableBytes()
string human_readable = 1;
-
hasMemoryError
abstract boolean hasMemoryError()
.MemoryError memory_error = 2;
-
getMemoryError
abstract TombstoneProtos.MemoryError getMemoryError()
.MemoryError memory_error = 2;
-
getDetailsCase
abstract TombstoneProtos.Cause.DetailsCase getDetailsCase()
-
-
-
-