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