Uses of Enum Class
com.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished.FinishType
Packages that use BuildEvent.BuildComponentStreamFinished.FinishType
-
Uses of BuildEvent.BuildComponentStreamFinished.FinishType in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return BuildEvent.BuildComponentStreamFinished.FinishTypeModifier and TypeMethodDescriptionBuildEvent.BuildComponentStreamFinished.FinishType.forNumber(int value) BuildEvent.BuildComponentStreamFinished.Builder.getType()How the event stream finished.BuildEvent.BuildComponentStreamFinished.getType()How the event stream finished.BuildEvent.BuildComponentStreamFinishedOrBuilder.getType()How the event stream finished.BuildEvent.BuildComponentStreamFinished.FinishType.valueOf(int value) Deprecated.BuildEvent.BuildComponentStreamFinished.FinishType.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.BuildEvent.BuildComponentStreamFinished.FinishType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.devtools.build.v1 that return types with arguments of type BuildEvent.BuildComponentStreamFinished.FinishTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BuildEvent.BuildComponentStreamFinished.FinishType>BuildEvent.BuildComponentStreamFinished.FinishType.internalGetValueMap()Methods in com.google.devtools.build.v1 with parameters of type BuildEvent.BuildComponentStreamFinished.FinishTypeModifier and TypeMethodDescriptionBuildEvent.BuildComponentStreamFinished.Builder.setType(BuildEvent.BuildComponentStreamFinished.FinishType value) How the event stream finished.