Class FailureDetails.Crash
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.server.FailureDetails.Crash
- All Implemented Interfaces:
FailureDetails.CrashOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- FailureDetails
public static final class FailureDetails.Crash
extends com.google.protobuf.GeneratedMessage
implements FailureDetails.CrashOrBuilder
Protobuf type
failure_details.Crash- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typefailure_details.Crashstatic enumProtobuf enumfailure_details.Crash.CodeNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCauses(int index) The cause chain of the crash, with the outermost throwable first.intThe cause chain of the crash, with the outermost throwable first.The cause chain of the crash, with the outermost throwable first.getCausesOrBuilder(int index) The cause chain of the crash, with the outermost throwable first.List<? extends FailureDetails.ThrowableOrBuilder>The cause chain of the crash, with the outermost throwable first.getCode().failure_details.Crash.Code code = 1;int.failure_details.Crash.Code code = 1;static FailureDetails.Crashstatic final com.google.protobuf.Descriptors.DescriptorbooleanTrue when the root cause of the crash was not an OutOfMemoryError, but CRASH_OOM was chosen because an OutOfMemoryError was detected prior to the crash.com.google.protobuf.Parser<FailureDetails.Crash>intinthashCode()protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanstatic FailureDetails.Crash.Builderstatic FailureDetails.Crash.BuildernewBuilder(FailureDetails.Crash prototype) protected FailureDetails.Crash.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static FailureDetails.CrashparseDelimitedFrom(InputStream input) static FailureDetails.CrashparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FailureDetails.CrashparseFrom(byte[] data) static FailureDetails.CrashparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FailureDetails.CrashparseFrom(com.google.protobuf.ByteString data) static FailureDetails.CrashparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FailureDetails.CrashparseFrom(com.google.protobuf.CodedInputStream input) static FailureDetails.CrashparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FailureDetails.CrashparseFrom(InputStream input) static FailureDetails.CrashparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FailureDetails.CrashparseFrom(ByteBuffer data) static FailureDetails.CrashparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<FailureDetails.Crash>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER- See Also:
-
CAUSES_FIELD_NUMBER
public static final int CAUSES_FIELD_NUMBER- See Also:
-
OOM_DETECTOR_OVERRIDE_FIELD_NUMBER
public static final int OOM_DETECTOR_OVERRIDE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getCodeValue
public int getCodeValue().failure_details.Crash.Code code = 1;- Specified by:
getCodeValuein interfaceFailureDetails.CrashOrBuilder- Returns:
- The enum numeric value on the wire for code.
-
getCode
.failure_details.Crash.Code code = 1;- Specified by:
getCodein interfaceFailureDetails.CrashOrBuilder- Returns:
- The code.
-
getCausesList
The cause chain of the crash, with the outermost throwable first. Limited to the outermost exception and at most 4 nested causes (so, max size of 5).
repeated .failure_details.Throwable causes = 2;- Specified by:
getCausesListin interfaceFailureDetails.CrashOrBuilder
-
getCausesOrBuilderList
The cause chain of the crash, with the outermost throwable first. Limited to the outermost exception and at most 4 nested causes (so, max size of 5).
repeated .failure_details.Throwable causes = 2;- Specified by:
getCausesOrBuilderListin interfaceFailureDetails.CrashOrBuilder
-
getCausesCount
public int getCausesCount()The cause chain of the crash, with the outermost throwable first. Limited to the outermost exception and at most 4 nested causes (so, max size of 5).
repeated .failure_details.Throwable causes = 2;- Specified by:
getCausesCountin interfaceFailureDetails.CrashOrBuilder
-
getCauses
The cause chain of the crash, with the outermost throwable first. Limited to the outermost exception and at most 4 nested causes (so, max size of 5).
repeated .failure_details.Throwable causes = 2;- Specified by:
getCausesin interfaceFailureDetails.CrashOrBuilder
-
getCausesOrBuilder
The cause chain of the crash, with the outermost throwable first. Limited to the outermost exception and at most 4 nested causes (so, max size of 5).
repeated .failure_details.Throwable causes = 2;- Specified by:
getCausesOrBuilderin interfaceFailureDetails.CrashOrBuilder
-
getOomDetectorOverride
public boolean getOomDetectorOverride()True when the root cause of the crash was not an OutOfMemoryError, but CRASH_OOM was chosen because an OutOfMemoryError was detected prior to the crash.
bool oom_detector_override = 3;- Specified by:
getOomDetectorOverridein interfaceFailureDetails.CrashOrBuilder- Returns:
- The oomDetectorOverride.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static FailureDetails.Crash parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FailureDetails.Crash parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FailureDetails.Crash parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FailureDetails.Crash parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FailureDetails.Crash parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FailureDetails.Crash parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static FailureDetails.Crash parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static FailureDetails.Crash parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static FailureDetails.Crash parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static FailureDetails.Crash parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected FailureDetails.Crash.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-