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