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