Uses of Enum Class
com.google.devtools.build.lib.server.FailureDetails.ProfileCommand.Code
Packages that use FailureDetails.ProfileCommand.Code
-
Uses of FailureDetails.ProfileCommand.Code in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.ProfileCommand.CodeModifier and TypeMethodDescriptionFailureDetails.ProfileCommand.Code.forNumber(int value) FailureDetails.ProfileCommand.Builder.getCode().failure_details.ProfileCommand.Code code = 1;FailureDetails.ProfileCommand.getCode().failure_details.ProfileCommand.Code code = 1;FailureDetails.ProfileCommandOrBuilder.getCode().failure_details.ProfileCommand.Code code = 1;FailureDetails.ProfileCommand.Code.valueOf(int value) Deprecated.FailureDetails.ProfileCommand.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.ProfileCommand.Code[]FailureDetails.ProfileCommand.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.ProfileCommand.CodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FailureDetails.ProfileCommand.Code>FailureDetails.ProfileCommand.Code.internalGetValueMap()Methods in com.google.devtools.build.lib.server with parameters of type FailureDetails.ProfileCommand.CodeModifier and TypeMethodDescriptionFailureDetails.ProfileCommand.Builder.setCode(FailureDetails.ProfileCommand.Code value) .failure_details.ProfileCommand.Code code = 1;