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