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