Uses of Enum Class
com.google.devtools.build.lib.server.FailureDetails.DumpCommand.Code
Packages that use FailureDetails.DumpCommand.Code
-
Uses of FailureDetails.DumpCommand.Code in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.DumpCommand.CodeModifier and TypeMethodDescriptionFailureDetails.DumpCommand.Code.forNumber(int value) FailureDetails.DumpCommand.Builder.getCode().failure_details.DumpCommand.Code code = 1;FailureDetails.DumpCommand.getCode().failure_details.DumpCommand.Code code = 1;FailureDetails.DumpCommandOrBuilder.getCode().failure_details.DumpCommand.Code code = 1;FailureDetails.DumpCommand.Code.valueOf(int value) Deprecated.FailureDetails.DumpCommand.Code.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static FailureDetails.DumpCommand.Code[]FailureDetails.DumpCommand.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.devtools.build.lib.server that return types with arguments of type FailureDetails.DumpCommand.CodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FailureDetails.DumpCommand.Code>FailureDetails.DumpCommand.Code.internalGetValueMap()Methods in com.google.devtools.build.lib.server with parameters of type FailureDetails.DumpCommand.CodeModifier and TypeMethodDescriptionFailureDetails.DumpCommand.Builder.setCode(FailureDetails.DumpCommand.Code value) .failure_details.DumpCommand.Code code = 1;