Enum BuildEventStreamProtos.BuildEventId.IdCase
- java.lang.Object
-
- java.lang.Enum<BuildEventStreamProtos.BuildEventId.IdCase>
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.IdCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<BuildEventStreamProtos.BuildEventId.IdCase>
- Enclosing class:
- BuildEventStreamProtos.BuildEventId
public static enum BuildEventStreamProtos.BuildEventId.IdCase extends java.lang.Enum<BuildEventStreamProtos.BuildEventId.IdCase> 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.BuildEventId.IdCaseforNumber(int value)intgetNumber()static BuildEventStreamProtos.BuildEventId.IdCasevalueOf(int value)Deprecated.static BuildEventStreamProtos.BuildEventId.IdCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuildEventStreamProtos.BuildEventId.IdCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN
public static final BuildEventStreamProtos.BuildEventId.IdCase UNKNOWN
-
PROGRESS
public static final BuildEventStreamProtos.BuildEventId.IdCase PROGRESS
-
STARTED
public static final BuildEventStreamProtos.BuildEventId.IdCase STARTED
-
UNSTRUCTURED_COMMAND_LINE
public static final BuildEventStreamProtos.BuildEventId.IdCase UNSTRUCTURED_COMMAND_LINE
-
STRUCTURED_COMMAND_LINE
public static final BuildEventStreamProtos.BuildEventId.IdCase STRUCTURED_COMMAND_LINE
-
WORKSPACE_STATUS
public static final BuildEventStreamProtos.BuildEventId.IdCase WORKSPACE_STATUS
-
OPTIONS_PARSED
public static final BuildEventStreamProtos.BuildEventId.IdCase OPTIONS_PARSED
-
FETCH
public static final BuildEventStreamProtos.BuildEventId.IdCase FETCH
-
CONFIGURATION
public static final BuildEventStreamProtos.BuildEventId.IdCase CONFIGURATION
-
TARGET_CONFIGURED
public static final BuildEventStreamProtos.BuildEventId.IdCase TARGET_CONFIGURED
-
PATTERN
public static final BuildEventStreamProtos.BuildEventId.IdCase PATTERN
-
PATTERN_SKIPPED
public static final BuildEventStreamProtos.BuildEventId.IdCase PATTERN_SKIPPED
-
NAMED_SET
public static final BuildEventStreamProtos.BuildEventId.IdCase NAMED_SET
-
TARGET_COMPLETED
public static final BuildEventStreamProtos.BuildEventId.IdCase TARGET_COMPLETED
-
ACTION_COMPLETED
public static final BuildEventStreamProtos.BuildEventId.IdCase ACTION_COMPLETED
-
UNCONFIGURED_LABEL
public static final BuildEventStreamProtos.BuildEventId.IdCase UNCONFIGURED_LABEL
-
CONFIGURED_LABEL
public static final BuildEventStreamProtos.BuildEventId.IdCase CONFIGURED_LABEL
-
TEST_RESULT
public static final BuildEventStreamProtos.BuildEventId.IdCase TEST_RESULT
-
TEST_SUMMARY
public static final BuildEventStreamProtos.BuildEventId.IdCase TEST_SUMMARY
-
TARGET_SUMMARY
public static final BuildEventStreamProtos.BuildEventId.IdCase TARGET_SUMMARY
-
BUILD_FINISHED
public static final BuildEventStreamProtos.BuildEventId.IdCase BUILD_FINISHED
-
BUILD_TOOL_LOGS
public static final BuildEventStreamProtos.BuildEventId.IdCase BUILD_TOOL_LOGS
-
BUILD_METRICS
public static final BuildEventStreamProtos.BuildEventId.IdCase BUILD_METRICS
-
WORKSPACE
public static final BuildEventStreamProtos.BuildEventId.IdCase WORKSPACE
-
BUILD_METADATA
public static final BuildEventStreamProtos.BuildEventId.IdCase BUILD_METADATA
-
CONVENIENCE_SYMLINKS_IDENTIFIED
public static final BuildEventStreamProtos.BuildEventId.IdCase CONVENIENCE_SYMLINKS_IDENTIFIED
-
ID_NOT_SET
public static final BuildEventStreamProtos.BuildEventId.IdCase ID_NOT_SET
-
-
Method Detail
-
values
public static BuildEventStreamProtos.BuildEventId.IdCase[] 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.BuildEventId.IdCase c : BuildEventStreamProtos.BuildEventId.IdCase.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.BuildEventId.IdCase 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.BuildEventId.IdCase 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.BuildEventId.IdCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-