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