Uses of Class
com.google.devtools.build.v1.BuildEvent.EventCase
-
Packages that use BuildEvent.EventCase Package Description com.google.devtools.build.v1 -
-
Uses of BuildEvent.EventCase in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return BuildEvent.EventCase Modifier and Type Method Description static BuildEvent.EventCaseBuildEvent.EventCase. forNumber(int value)BuildEvent.EventCaseBuildEvent.Builder. getEventCase()BuildEvent.EventCaseBuildEvent. getEventCase()BuildEvent.EventCaseBuildEventOrBuilder. getEventCase()static BuildEvent.EventCaseBuildEvent.EventCase. valueOf(int value)Deprecated.static BuildEvent.EventCaseBuildEvent.EventCase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuildEvent.EventCase[]BuildEvent.EventCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-