Uses of Enum Class
com.google.devtools.build.lib.server.FailureDetails.Command.Code
Packages that use FailureDetails.Command.Code
-
Uses of FailureDetails.Command.Code in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.Command.CodeModifier and TypeMethodDescriptionstatic FailureDetails.Command.CodeFailureDetails.Command.Code.forNumber(int value) FailureDetails.Command.Builder.getCode().failure_details.Command.Code code = 1;FailureDetails.Command.getCode().failure_details.Command.Code code = 1;FailureDetails.CommandOrBuilder.getCode().failure_details.Command.Code code = 1;static FailureDetails.Command.CodeFailureDetails.Command.Code.valueOf(int value) Deprecated.static FailureDetails.Command.CodeFailureDetails.Command.Code.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static FailureDetails.Command.CodeReturns the enum constant of this class with the specified name.static FailureDetails.Command.Code[]FailureDetails.Command.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.Command.CodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FailureDetails.Command.Code>FailureDetails.Command.Code.internalGetValueMap()Methods in com.google.devtools.build.lib.server with parameters of type FailureDetails.Command.CodeModifier and TypeMethodDescriptionFailureDetails.Command.Builder.setCode(FailureDetails.Command.Code value) .failure_details.Command.Code code = 1;