Class BuildEventStreamProtos.ActionExecuted
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.ActionExecuted
-
- All Implemented Interfaces:
BuildEventStreamProtos.ActionExecutedOrBuilder,Message,MessageLite,MessageLiteOrBuilder,MessageOrBuilder,java.io.Serializable
- Enclosing class:
- BuildEventStreamProtos
public static final class BuildEventStreamProtos.ActionExecuted extends GeneratedMessageV3 implements BuildEventStreamProtos.ActionExecutedOrBuilder
Payload of the event indicating the completion of an action. The main purpose of posting those events is to provide details on the root cause for a target failing; however, consumers of the build-event protocol must not assume that only failed actions are posted.
Protobuf typebuild_event_stream.ActionExecuted- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBuildEventStreamProtos.ActionExecuted.BuilderPayload of the event indicating the completion of an action.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
-
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum
-
-
Field Summary
Fields Modifier and Type Field Description static intACTION_METADATA_LOGS_FIELD_NUMBERstatic intCOMMAND_LINE_FIELD_NUMBERstatic intCONFIGURATION_FIELD_NUMBERstatic intEXIT_CODE_FIELD_NUMBERstatic intFAILURE_DETAIL_FIELD_NUMBERstatic intLABEL_FIELD_NUMBERstatic intPRIMARY_OUTPUT_FIELD_NUMBERstatic intSTDERR_FIELD_NUMBERstatic intSTDOUT_FIELD_NUMBERstatic intSUCCESS_FIELD_NUMBERstatic intTYPE_FIELD_NUMBER-
Fields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFields
-
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
-
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Compares the specified object with this message for equality.BuildEventStreamProtos.FilegetActionMetadataLogs(int index)List of paths to log filesintgetActionMetadataLogsCount()List of paths to log filesjava.util.List<BuildEventStreamProtos.File>getActionMetadataLogsList()List of paths to log filesBuildEventStreamProtos.FileOrBuildergetActionMetadataLogsOrBuilder(int index)List of paths to log filesjava.util.List<? extends BuildEventStreamProtos.FileOrBuilder>getActionMetadataLogsOrBuilderList()List of paths to log filesjava.lang.StringgetCommandLine(int index)The command-line of the action, if the action is a command.ByteStringgetCommandLineBytes(int index)The command-line of the action, if the action is a command.intgetCommandLineCount()The command-line of the action, if the action is a command.ProtocolStringListgetCommandLineList()The command-line of the action, if the action is a command.BuildEventStreamProtos.BuildEventId.ConfigurationIdgetConfiguration()Deprecated.BuildEventStreamProtos.BuildEventId.ConfigurationIdOrBuildergetConfigurationOrBuilder()Deprecated.static BuildEventStreamProtos.ActionExecutedgetDefaultInstance()BuildEventStreamProtos.ActionExecutedgetDefaultInstanceForType()Get an instance of the type with no fields set.static Descriptors.DescriptorgetDescriptor()intgetExitCode()The exit code of the action, if it is available.com.google.devtools.build.lib.server.FailureDetails.FailureDetailgetFailureDetail()Only populated if success = false, and sometimes not even then.com.google.devtools.build.lib.server.FailureDetails.FailureDetailOrBuildergetFailureDetailOrBuilder()Only populated if success = false, and sometimes not even then.java.lang.StringgetLabel()Deprecated.ByteStringgetLabelBytes()Deprecated.Parser<BuildEventStreamProtos.ActionExecuted>getParserForType()Gets the parser for a message of the same type as this message.BuildEventStreamProtos.FilegetPrimaryOutput()Primary output; only provided for successful actions.BuildEventStreamProtos.FileOrBuildergetPrimaryOutputOrBuilder()Primary output; only provided for successful actions.intgetSerializedSize()Get the number of bytes required to encode this message.BuildEventStreamProtos.FilegetStderr()Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.FileOrBuildergetStderrOrBuilder()Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.FilegetStdout()Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.FileOrBuildergetStdoutOrBuilder()Location where to find the standard output of the action (e.g., a file path).booleangetSuccess()bool success = 1;java.lang.StringgetType()The mnemonic of the action that was executedByteStringgetTypeBytes()The mnemonic of the action that was executedUnknownFieldSetgetUnknownFields()Get theUnknownFieldSetfor this message.booleanhasConfiguration()Deprecated.booleanhasFailureDetail()Only populated if success = false, and sometimes not even then.inthashCode()Returns the hash code value for this message.booleanhasPrimaryOutput()Primary output; only provided for successful actions.booleanhasStderr()Location where to find the standard error of the action (e.g., a file path).booleanhasStdout()Location where to find the standard output of the action (e.g., a file path).protected GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()Get the FieldAccessorTable for this type.booleanisInitialized()Returns true if all required fields in the message and all embedded messages are set, false otherwise.static BuildEventStreamProtos.ActionExecuted.BuildernewBuilder()static BuildEventStreamProtos.ActionExecuted.BuildernewBuilder(BuildEventStreamProtos.ActionExecuted prototype)BuildEventStreamProtos.ActionExecuted.BuildernewBuilderForType()Constructs a new builder for a message of the same type as this message.protected BuildEventStreamProtos.ActionExecuted.BuildernewBuilderForType(GeneratedMessageV3.BuilderParent parent)TODO(xiaofeng): remove this together with GeneratedMessageV3.BuilderParent.protected java.lang.ObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameter unused)Creates a new instance of this message type.static BuildEventStreamProtos.ActionExecutedparseDelimitedFrom(java.io.InputStream input)static BuildEventStreamProtos.ActionExecutedparseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ActionExecutedparseFrom(byte[] data)static BuildEventStreamProtos.ActionExecutedparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ActionExecutedparseFrom(ByteString data)static BuildEventStreamProtos.ActionExecutedparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ActionExecutedparseFrom(CodedInputStream input)static BuildEventStreamProtos.ActionExecutedparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ActionExecutedparseFrom(java.io.InputStream input)static BuildEventStreamProtos.ActionExecutedparseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ActionExecutedparseFrom(java.nio.ByteBuffer data)static BuildEventStreamProtos.ActionExecutedparseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)static Parser<BuildEventStreamProtos.ActionExecuted>parser()BuildEventStreamProtos.ActionExecuted.BuildertoBuilder()Constructs a builder initialized with the current message.voidwriteTo(CodedOutputStream output)Serializes the message and writes it tooutput.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
-
-
-
Field Detail
-
SUCCESS_FIELD_NUMBER
public static final int SUCCESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXIT_CODE_FIELD_NUMBER
public static final int EXIT_CODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STDOUT_FIELD_NUMBER
public static final int STDOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STDERR_FIELD_NUMBER
public static final int STDERR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LABEL_FIELD_NUMBER
public static final int LABEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIGURATION_FIELD_NUMBER
public static final int CONFIGURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PRIMARY_OUTPUT_FIELD_NUMBER
public static final int PRIMARY_OUTPUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMMAND_LINE_FIELD_NUMBER
public static final int COMMAND_LINE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ACTION_METADATA_LOGS_FIELD_NUMBER
public static final int ACTION_METADATA_LOGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FAILURE_DETAIL_FIELD_NUMBER
public static final int FAILURE_DETAIL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Description copied from class:GeneratedMessageV3Creates a new instance of this message type. Overridden in the generated code.- Overrides:
newInstancein classGeneratedMessageV3
-
getUnknownFields
public final UnknownFieldSet getUnknownFields()
Description copied from interface:MessageOrBuilderGet theUnknownFieldSetfor this message.- Specified by:
getUnknownFieldsin interfaceMessageOrBuilder- Overrides:
getUnknownFieldsin classGeneratedMessageV3
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Description copied from class:GeneratedMessageV3Get the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3
-
getSuccess
public boolean getSuccess()
bool success = 1;- Specified by:
getSuccessin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The success.
-
getType
public java.lang.String getType()
The mnemonic of the action that was executed
string type = 8;- Specified by:
getTypein interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The type.
-
getTypeBytes
public ByteString getTypeBytes()
The mnemonic of the action that was executed
string type = 8;- Specified by:
getTypeBytesin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The bytes for type.
-
getExitCode
public int getExitCode()
The exit code of the action, if it is available.
int32 exit_code = 2;- Specified by:
getExitCodein interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The exitCode.
-
hasStdout
public boolean hasStdout()
Location where to find the standard output of the action (e.g., a file path).
.build_event_stream.File stdout = 3;- Specified by:
hasStdoutin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- Whether the stdout field is set.
-
getStdout
public BuildEventStreamProtos.File getStdout()
Location where to find the standard output of the action (e.g., a file path).
.build_event_stream.File stdout = 3;- Specified by:
getStdoutin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The stdout.
-
getStdoutOrBuilder
public BuildEventStreamProtos.FileOrBuilder getStdoutOrBuilder()
Location where to find the standard output of the action (e.g., a file path).
.build_event_stream.File stdout = 3;- Specified by:
getStdoutOrBuilderin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder
-
hasStderr
public boolean hasStderr()
Location where to find the standard error of the action (e.g., a file path).
.build_event_stream.File stderr = 4;- Specified by:
hasStderrin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- Whether the stderr field is set.
-
getStderr
public BuildEventStreamProtos.File getStderr()
Location where to find the standard error of the action (e.g., a file path).
.build_event_stream.File stderr = 4;- Specified by:
getStderrin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The stderr.
-
getStderrOrBuilder
public BuildEventStreamProtos.FileOrBuilder getStderrOrBuilder()
Location where to find the standard error of the action (e.g., a file path).
.build_event_stream.File stderr = 4;- Specified by:
getStderrOrBuilderin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder
-
getLabel
@Deprecated public java.lang.String getLabel()
Deprecated.Deprecated. This field is now present on ActionCompletedId.
string label = 5 [deprecated = true];- Specified by:
getLabelin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The label.
-
getLabelBytes
@Deprecated public ByteString getLabelBytes()
Deprecated.Deprecated. This field is now present on ActionCompletedId.
string label = 5 [deprecated = true];- Specified by:
getLabelBytesin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The bytes for label.
-
hasConfiguration
@Deprecated public boolean hasConfiguration()
Deprecated.Deprecated. This field is now present on ActionCompletedId.
.build_event_stream.BuildEventId.ConfigurationId configuration = 7 [deprecated = true];- Specified by:
hasConfigurationin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- Whether the configuration field is set.
-
getConfiguration
@Deprecated public BuildEventStreamProtos.BuildEventId.ConfigurationId getConfiguration()
Deprecated.Deprecated. This field is now present on ActionCompletedId.
.build_event_stream.BuildEventId.ConfigurationId configuration = 7 [deprecated = true];- Specified by:
getConfigurationin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The configuration.
-
getConfigurationOrBuilder
@Deprecated public BuildEventStreamProtos.BuildEventId.ConfigurationIdOrBuilder getConfigurationOrBuilder()
Deprecated.Deprecated. This field is now present on ActionCompletedId.
.build_event_stream.BuildEventId.ConfigurationId configuration = 7 [deprecated = true];- Specified by:
getConfigurationOrBuilderin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder
-
hasPrimaryOutput
public boolean hasPrimaryOutput()
Primary output; only provided for successful actions.
.build_event_stream.File primary_output = 6;- Specified by:
hasPrimaryOutputin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- Whether the primaryOutput field is set.
-
getPrimaryOutput
public BuildEventStreamProtos.File getPrimaryOutput()
Primary output; only provided for successful actions.
.build_event_stream.File primary_output = 6;- Specified by:
getPrimaryOutputin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The primaryOutput.
-
getPrimaryOutputOrBuilder
public BuildEventStreamProtos.FileOrBuilder getPrimaryOutputOrBuilder()
Primary output; only provided for successful actions.
.build_event_stream.File primary_output = 6;- Specified by:
getPrimaryOutputOrBuilderin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder
-
getCommandLineList
public ProtocolStringList getCommandLineList()
The command-line of the action, if the action is a command.
repeated string command_line = 9;- Specified by:
getCommandLineListin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- A list containing the commandLine.
-
getCommandLineCount
public int getCommandLineCount()
The command-line of the action, if the action is a command.
repeated string command_line = 9;- Specified by:
getCommandLineCountin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The count of commandLine.
-
getCommandLine
public java.lang.String getCommandLine(int index)
The command-line of the action, if the action is a command.
repeated string command_line = 9;- Specified by:
getCommandLinein interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The commandLine at the given index.
-
getCommandLineBytes
public ByteString getCommandLineBytes(int index)
The command-line of the action, if the action is a command.
repeated string command_line = 9;- Specified by:
getCommandLineBytesin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the commandLine at the given index.
-
getActionMetadataLogsList
public java.util.List<BuildEventStreamProtos.File> getActionMetadataLogsList()
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;- Specified by:
getActionMetadataLogsListin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder
-
getActionMetadataLogsOrBuilderList
public java.util.List<? extends BuildEventStreamProtos.FileOrBuilder> getActionMetadataLogsOrBuilderList()
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;- Specified by:
getActionMetadataLogsOrBuilderListin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder
-
getActionMetadataLogsCount
public int getActionMetadataLogsCount()
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;- Specified by:
getActionMetadataLogsCountin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder
-
getActionMetadataLogs
public BuildEventStreamProtos.File getActionMetadataLogs(int index)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;- Specified by:
getActionMetadataLogsin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder
-
getActionMetadataLogsOrBuilder
public BuildEventStreamProtos.FileOrBuilder getActionMetadataLogsOrBuilder(int index)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;- Specified by:
getActionMetadataLogsOrBuilderin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder
-
hasFailureDetail
public boolean hasFailureDetail()
Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 11;- Specified by:
hasFailureDetailin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- Whether the failureDetail field is set.
-
getFailureDetail
public com.google.devtools.build.lib.server.FailureDetails.FailureDetail getFailureDetail()
Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 11;- Specified by:
getFailureDetailin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The failureDetail.
-
getFailureDetailOrBuilder
public com.google.devtools.build.lib.server.FailureDetails.FailureDetailOrBuilder getFailureDetailOrBuilder()
Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 11;- Specified by:
getFailureDetailOrBuilderin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder
-
isInitialized
public final boolean isInitialized()
Description copied from interface:MessageLiteOrBuilderReturns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3
-
writeTo
public void writeTo(CodedOutputStream output) throws java.io.IOException
Description copied from interface:MessageLiteSerializes the message and writes it tooutput. This does not flush or close the stream.- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classGeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
Description copied from interface:MessageLiteGet the number of bytes required to encode this message. The result is only computed on the first call and memoized after that. If this message requires more than Integer.MAX_VALUE bytes to encode, the return value will be smaller than the actual number of bytes required and might be negative.- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classGeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
Description copied from interface:MessageCompares the specified object with this message for equality. Returnstrueif the given object is a message of the same type (as defined bygetDescriptorForType()) and has identical values for all of its fields. Subclasses must implement this; inheritingObject.equals()is incorrect.- Specified by:
equalsin interfaceMessage- Overrides:
equalsin classAbstractMessage- Parameters:
obj- object to be compared for equality with this message- Returns:
trueif the specified object is equal to this message
-
hashCode
public int hashCode()
Description copied from interface:MessageReturns the hash code value for this message. The hash code of a message should mix the message's type (object identity of the descriptor) with its contents (known and unknown field values). Subclasses must implement this; inheritingObject.hashCode()is incorrect.- Specified by:
hashCodein interfaceMessage- Overrides:
hashCodein classAbstractMessage- Returns:
- the hash code value for this message
- See Also:
Map.hashCode()
-
parseFrom
public static BuildEventStreamProtos.ActionExecuted parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.ActionExecuted parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.ActionExecuted parseFrom(ByteString data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.ActionExecuted parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.ActionExecuted parseFrom(byte[] data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.ActionExecuted parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.ActionExecuted parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.ActionExecuted parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.ActionExecuted parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.ActionExecuted parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.ActionExecuted parseFrom(CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.ActionExecuted parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public BuildEventStreamProtos.ActionExecuted.Builder newBuilderForType()
Description copied from interface:MessageLiteConstructs a new builder for a message of the same type as this message.- Specified by:
newBuilderForTypein interfaceMessage- Specified by:
newBuilderForTypein interfaceMessageLite
-
newBuilder
public static BuildEventStreamProtos.ActionExecuted.Builder newBuilder()
-
newBuilder
public static BuildEventStreamProtos.ActionExecuted.Builder newBuilder(BuildEventStreamProtos.ActionExecuted prototype)
-
toBuilder
public BuildEventStreamProtos.ActionExecuted.Builder toBuilder()
Description copied from interface:MessageLiteConstructs a builder initialized with the current message. Use this to derive a new message from the current one.- Specified by:
toBuilderin interfaceMessage- Specified by:
toBuilderin interfaceMessageLite
-
newBuilderForType
protected BuildEventStreamProtos.ActionExecuted.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Description copied from class:GeneratedMessageV3TODO(xiaofeng): remove this together with GeneratedMessageV3.BuilderParent.- Specified by:
newBuilderForTypein classGeneratedMessageV3
-
getDefaultInstance
public static BuildEventStreamProtos.ActionExecuted getDefaultInstance()
-
parser
public static Parser<BuildEventStreamProtos.ActionExecuted> parser()
-
getParserForType
public Parser<BuildEventStreamProtos.ActionExecuted> getParserForType()
Description copied from interface:MessageLiteGets the parser for a message of the same type as this message.- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite- Overrides:
getParserForTypein classGeneratedMessageV3
-
getDefaultInstanceForType
public BuildEventStreamProtos.ActionExecuted getDefaultInstanceForType()
Description copied from interface:MessageLiteOrBuilderGet an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()method of generated message classes in that this method is an abstract method of theMessageLiteinterface whereasgetDefaultInstance()is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
-