Uses of Class
com.google.devtools.build.v1.ConsoleOutputStream
-
Packages that use ConsoleOutputStream Package Description com.google.devtools.build.v1 -
-
Uses of ConsoleOutputStream in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return ConsoleOutputStream Modifier and Type Method Description static ConsoleOutputStreamConsoleOutputStream. forNumber(int value)ConsoleOutputStreamBuildEvent.ConsoleOutput.Builder. getType()The output stream type.ConsoleOutputStreamBuildEvent.ConsoleOutput. getType()The output stream type.ConsoleOutputStreamBuildEvent.ConsoleOutputOrBuilder. getType()The output stream type.static ConsoleOutputStreamConsoleOutputStream. valueOf(int value)Deprecated.static ConsoleOutputStreamConsoleOutputStream. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConsoleOutputStreamConsoleOutputStream. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConsoleOutputStream[]ConsoleOutputStream. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.build.v1 that return types with arguments of type ConsoleOutputStream Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ConsoleOutputStream>ConsoleOutputStream. internalGetValueMap()Methods in com.google.devtools.build.v1 with parameters of type ConsoleOutputStream Modifier and Type Method Description BuildEvent.ConsoleOutput.BuilderBuildEvent.ConsoleOutput.Builder. setType(ConsoleOutputStream value)The output stream type.
-