Uses of Enum Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.ConvenienceSymlink.Action
Packages that use BuildEventStreamProtos.ConvenienceSymlink.Action
-
Uses of BuildEventStreamProtos.ConvenienceSymlink.Action in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.ConvenienceSymlink.ActionModifier and TypeMethodDescriptionBuildEventStreamProtos.ConvenienceSymlink.Action.forNumber(int value) BuildEventStreamProtos.ConvenienceSymlink.Builder.getAction()The operation we are performing on the symlink.BuildEventStreamProtos.ConvenienceSymlink.getAction()The operation we are performing on the symlink.BuildEventStreamProtos.ConvenienceSymlinkOrBuilder.getAction()The operation we are performing on the symlink.BuildEventStreamProtos.ConvenienceSymlink.Action.valueOf(int value) Deprecated.BuildEventStreamProtos.ConvenienceSymlink.Action.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.BuildEventStreamProtos.ConvenienceSymlink.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.ConvenienceSymlink.ActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BuildEventStreamProtos.ConvenienceSymlink.Action>BuildEventStreamProtos.ConvenienceSymlink.Action.internalGetValueMap()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.ConvenienceSymlink.ActionModifier and TypeMethodDescriptionBuildEventStreamProtos.ConvenienceSymlink.Builder.setAction(BuildEventStreamProtos.ConvenienceSymlink.Action value) The operation we are performing on the symlink.