Enum BuildEventStreamProtos.BuildEvent.PayloadCase
- java.lang.Object
-
- java.lang.Enum<BuildEventStreamProtos.BuildEvent.PayloadCase>
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEvent.PayloadCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<BuildEventStreamProtos.BuildEvent.PayloadCase>
- Enclosing class:
- BuildEventStreamProtos.BuildEvent
public static enum BuildEventStreamProtos.BuildEvent.PayloadCase extends java.lang.Enum<BuildEventStreamProtos.BuildEvent.PayloadCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static BuildEventStreamProtos.BuildEvent.PayloadCaseforNumber(int value)intgetNumber()static BuildEventStreamProtos.BuildEvent.PayloadCasevalueOf(int value)Deprecated.static BuildEventStreamProtos.BuildEvent.PayloadCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuildEventStreamProtos.BuildEvent.PayloadCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PROGRESS
public static final BuildEventStreamProtos.BuildEvent.PayloadCase PROGRESS
-
ABORTED
public static final BuildEventStreamProtos.BuildEvent.PayloadCase ABORTED
-
STARTED
public static final BuildEventStreamProtos.BuildEvent.PayloadCase STARTED
-
UNSTRUCTURED_COMMAND_LINE
public static final BuildEventStreamProtos.BuildEvent.PayloadCase UNSTRUCTURED_COMMAND_LINE
-
STRUCTURED_COMMAND_LINE
public static final BuildEventStreamProtos.BuildEvent.PayloadCase STRUCTURED_COMMAND_LINE
-
OPTIONS_PARSED
public static final BuildEventStreamProtos.BuildEvent.PayloadCase OPTIONS_PARSED
-
WORKSPACE_STATUS
public static final BuildEventStreamProtos.BuildEvent.PayloadCase WORKSPACE_STATUS
-
FETCH
public static final BuildEventStreamProtos.BuildEvent.PayloadCase FETCH
-
CONFIGURATION
public static final BuildEventStreamProtos.BuildEvent.PayloadCase CONFIGURATION
-
EXPANDED
public static final BuildEventStreamProtos.BuildEvent.PayloadCase EXPANDED
-
CONFIGURED
public static final BuildEventStreamProtos.BuildEvent.PayloadCase CONFIGURED
-
ACTION
public static final BuildEventStreamProtos.BuildEvent.PayloadCase ACTION
-
NAMED_SET_OF_FILES
public static final BuildEventStreamProtos.BuildEvent.PayloadCase NAMED_SET_OF_FILES
-
COMPLETED
public static final BuildEventStreamProtos.BuildEvent.PayloadCase COMPLETED
-
TEST_RESULT
public static final BuildEventStreamProtos.BuildEvent.PayloadCase TEST_RESULT
-
TEST_SUMMARY
public static final BuildEventStreamProtos.BuildEvent.PayloadCase TEST_SUMMARY
-
TARGET_SUMMARY
public static final BuildEventStreamProtos.BuildEvent.PayloadCase TARGET_SUMMARY
-
FINISHED
public static final BuildEventStreamProtos.BuildEvent.PayloadCase FINISHED
-
BUILD_TOOL_LOGS
public static final BuildEventStreamProtos.BuildEvent.PayloadCase BUILD_TOOL_LOGS
-
BUILD_METRICS
public static final BuildEventStreamProtos.BuildEvent.PayloadCase BUILD_METRICS
-
WORKSPACE_INFO
public static final BuildEventStreamProtos.BuildEvent.PayloadCase WORKSPACE_INFO
-
BUILD_METADATA
public static final BuildEventStreamProtos.BuildEvent.PayloadCase BUILD_METADATA
-
CONVENIENCE_SYMLINKS_IDENTIFIED
public static final BuildEventStreamProtos.BuildEvent.PayloadCase CONVENIENCE_SYMLINKS_IDENTIFIED
-
PAYLOAD_NOT_SET
public static final BuildEventStreamProtos.BuildEvent.PayloadCase PAYLOAD_NOT_SET
-
-
Method Detail
-
values
public static BuildEventStreamProtos.BuildEvent.PayloadCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BuildEventStreamProtos.BuildEvent.PayloadCase c : BuildEventStreamProtos.BuildEvent.PayloadCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BuildEventStreamProtos.BuildEvent.PayloadCase valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
valueOf
@Deprecated public static BuildEventStreamProtos.BuildEvent.PayloadCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static BuildEventStreamProtos.BuildEvent.PayloadCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-