Class BuildEventStreamProtos.ActionExecuted.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.ActionExecuted.Builder
-
- All Implemented Interfaces:
BuildEventStreamProtos.ActionExecutedOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- BuildEventStreamProtos.ActionExecuted
public static final class BuildEventStreamProtos.ActionExecuted.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder> 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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BuildEventStreamProtos.ActionExecuted.BuilderaddActionMetadataLogs(int index, BuildEventStreamProtos.File value)List of paths to log filesBuildEventStreamProtos.ActionExecuted.BuilderaddActionMetadataLogs(int index, BuildEventStreamProtos.File.Builder builderForValue)List of paths to log filesBuildEventStreamProtos.ActionExecuted.BuilderaddActionMetadataLogs(BuildEventStreamProtos.File value)List of paths to log filesBuildEventStreamProtos.ActionExecuted.BuilderaddActionMetadataLogs(BuildEventStreamProtos.File.Builder builderForValue)List of paths to log filesBuildEventStreamProtos.File.BuilderaddActionMetadataLogsBuilder()List of paths to log filesBuildEventStreamProtos.File.BuilderaddActionMetadataLogsBuilder(int index)List of paths to log filesBuildEventStreamProtos.ActionExecuted.BuilderaddAllActionMetadataLogs(java.lang.Iterable<? extends BuildEventStreamProtos.File> values)List of paths to log filesBuildEventStreamProtos.ActionExecuted.BuilderaddAllCommandLine(java.lang.Iterable<java.lang.String> values)The command-line of the action, if the action is a command.BuildEventStreamProtos.ActionExecuted.BuilderaddCommandLine(java.lang.String value)The command-line of the action, if the action is a command.BuildEventStreamProtos.ActionExecuted.BuilderaddCommandLineBytes(com.google.protobuf.ByteString value)The command-line of the action, if the action is a command.BuildEventStreamProtos.ActionExecuted.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BuildEventStreamProtos.ActionExecutedbuild()BuildEventStreamProtos.ActionExecutedbuildPartial()BuildEventStreamProtos.ActionExecuted.Builderclear()BuildEventStreamProtos.ActionExecuted.BuilderclearActionMetadataLogs()List of paths to log filesBuildEventStreamProtos.ActionExecuted.BuilderclearCommandLine()The command-line of the action, if the action is a command.BuildEventStreamProtos.ActionExecuted.BuilderclearConfiguration()Deprecated.BuildEventStreamProtos.ActionExecuted.BuilderclearExitCode()The exit code of the action, if it is available.BuildEventStreamProtos.ActionExecuted.BuilderclearFailureDetail()Only populated if success = false, and sometimes not even then.BuildEventStreamProtos.ActionExecuted.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)BuildEventStreamProtos.ActionExecuted.BuilderclearLabel()Deprecated.build_event_stream.ActionExecuted.label is deprecated.BuildEventStreamProtos.ActionExecuted.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)BuildEventStreamProtos.ActionExecuted.BuilderclearPrimaryOutput()Primary output; only provided for successful actions.BuildEventStreamProtos.ActionExecuted.BuilderclearStderr()Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.BuilderclearStdout()Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.BuilderclearSuccess()bool success = 1;BuildEventStreamProtos.ActionExecuted.BuilderclearType()The mnemonic of the action that was executedBuildEventStreamProtos.ActionExecuted.Builderclone()BuildEventStreamProtos.FilegetActionMetadataLogs(int index)List of paths to log filesBuildEventStreamProtos.File.BuildergetActionMetadataLogsBuilder(int index)List of paths to log filesjava.util.List<BuildEventStreamProtos.File.Builder>getActionMetadataLogsBuilderList()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.com.google.protobuf.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.com.google.protobuf.ProtocolStringListgetCommandLineList()The command-line of the action, if the action is a command.BuildEventStreamProtos.BuildEventId.ConfigurationIdgetConfiguration()Deprecated.build_event_stream.ActionExecuted.configuration is deprecated.BuildEventStreamProtos.BuildEventId.ConfigurationId.BuildergetConfigurationBuilder()Deprecated.BuildEventStreamProtos.BuildEventId.ConfigurationIdOrBuildergetConfigurationOrBuilder()Deprecated.BuildEventStreamProtos.ActionExecutedgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()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.FailureDetail.BuildergetFailureDetailBuilder()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.build_event_stream.ActionExecuted.label is deprecated.com.google.protobuf.ByteStringgetLabelBytes()Deprecated.build_event_stream.ActionExecuted.label is deprecated.BuildEventStreamProtos.FilegetPrimaryOutput()Primary output; only provided for successful actions.BuildEventStreamProtos.File.BuildergetPrimaryOutputBuilder()Primary output; only provided for successful actions.BuildEventStreamProtos.FileOrBuildergetPrimaryOutputOrBuilder()Primary output; only provided for successful actions.BuildEventStreamProtos.FilegetStderr()Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.File.BuildergetStderrBuilder()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.File.BuildergetStdoutBuilder()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 executedcom.google.protobuf.ByteStringgetTypeBytes()The mnemonic of the action that was executedbooleanhasConfiguration()Deprecated.build_event_stream.ActionExecuted.configuration is deprecated.booleanhasFailureDetail()Only populated if success = false, and sometimes not even then.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 com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()BuildEventStreamProtos.ActionExecuted.BuildermergeConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value)Deprecated.BuildEventStreamProtos.ActionExecuted.BuildermergeFailureDetail(com.google.devtools.build.lib.server.FailureDetails.FailureDetail value)Only populated if success = false, and sometimes not even then.BuildEventStreamProtos.ActionExecuted.BuildermergeFrom(BuildEventStreamProtos.ActionExecuted other)BuildEventStreamProtos.ActionExecuted.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BuildEventStreamProtos.ActionExecuted.BuildermergeFrom(com.google.protobuf.Message other)BuildEventStreamProtos.ActionExecuted.BuildermergePrimaryOutput(BuildEventStreamProtos.File value)Primary output; only provided for successful actions.BuildEventStreamProtos.ActionExecuted.BuildermergeStderr(BuildEventStreamProtos.File value)Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.BuildermergeStdout(BuildEventStreamProtos.File value)Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BuildEventStreamProtos.ActionExecuted.BuilderremoveActionMetadataLogs(int index)List of paths to log filesBuildEventStreamProtos.ActionExecuted.BuildersetActionMetadataLogs(int index, BuildEventStreamProtos.File value)List of paths to log filesBuildEventStreamProtos.ActionExecuted.BuildersetActionMetadataLogs(int index, BuildEventStreamProtos.File.Builder builderForValue)List of paths to log filesBuildEventStreamProtos.ActionExecuted.BuildersetCommandLine(int index, java.lang.String value)The command-line of the action, if the action is a command.BuildEventStreamProtos.ActionExecuted.BuildersetConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value)Deprecated.BuildEventStreamProtos.ActionExecuted.BuildersetConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder builderForValue)Deprecated.BuildEventStreamProtos.ActionExecuted.BuildersetExitCode(int value)The exit code of the action, if it is available.BuildEventStreamProtos.ActionExecuted.BuildersetFailureDetail(com.google.devtools.build.lib.server.FailureDetails.FailureDetail value)Only populated if success = false, and sometimes not even then.BuildEventStreamProtos.ActionExecuted.BuildersetFailureDetail(com.google.devtools.build.lib.server.FailureDetails.FailureDetail.Builder builderForValue)Only populated if success = false, and sometimes not even then.BuildEventStreamProtos.ActionExecuted.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BuildEventStreamProtos.ActionExecuted.BuildersetLabel(java.lang.String value)Deprecated.build_event_stream.ActionExecuted.label is deprecated.BuildEventStreamProtos.ActionExecuted.BuildersetLabelBytes(com.google.protobuf.ByteString value)Deprecated.build_event_stream.ActionExecuted.label is deprecated.BuildEventStreamProtos.ActionExecuted.BuildersetPrimaryOutput(BuildEventStreamProtos.File value)Primary output; only provided for successful actions.BuildEventStreamProtos.ActionExecuted.BuildersetPrimaryOutput(BuildEventStreamProtos.File.Builder builderForValue)Primary output; only provided for successful actions.BuildEventStreamProtos.ActionExecuted.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)BuildEventStreamProtos.ActionExecuted.BuildersetStderr(BuildEventStreamProtos.File value)Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.BuildersetStderr(BuildEventStreamProtos.File.Builder builderForValue)Location where to find the standard error of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.BuildersetStdout(BuildEventStreamProtos.File value)Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.BuildersetStdout(BuildEventStreamProtos.File.Builder builderForValue)Location where to find the standard output of the action (e.g., a file path).BuildEventStreamProtos.ActionExecuted.BuildersetSuccess(boolean value)bool success = 1;BuildEventStreamProtos.ActionExecuted.BuildersetType(java.lang.String value)The mnemonic of the action that was executedBuildEventStreamProtos.ActionExecuted.BuildersetTypeBytes(com.google.protobuf.ByteString value)The mnemonic of the action that was executedBuildEventStreamProtos.ActionExecuted.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
clear
public BuildEventStreamProtos.ActionExecuted.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
getDefaultInstanceForType
public BuildEventStreamProtos.ActionExecuted getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public BuildEventStreamProtos.ActionExecuted build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BuildEventStreamProtos.ActionExecuted buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BuildEventStreamProtos.ActionExecuted.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
setField
public BuildEventStreamProtos.ActionExecuted.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
clearField
public BuildEventStreamProtos.ActionExecuted.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
clearOneof
public BuildEventStreamProtos.ActionExecuted.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
setRepeatedField
public BuildEventStreamProtos.ActionExecuted.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
addRepeatedField
public BuildEventStreamProtos.ActionExecuted.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
mergeFrom
public BuildEventStreamProtos.ActionExecuted.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
mergeFrom
public BuildEventStreamProtos.ActionExecuted.Builder mergeFrom(BuildEventStreamProtos.ActionExecuted other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
mergeFrom
public BuildEventStreamProtos.ActionExecuted.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BuildEventStreamProtos.ActionExecuted.Builder>- Throws:
java.io.IOException
-
getSuccess
public boolean getSuccess()
bool success = 1;- Specified by:
getSuccessin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The success.
-
setSuccess
public BuildEventStreamProtos.ActionExecuted.Builder setSuccess(boolean value)
bool success = 1;- Parameters:
value- The success to set.- Returns:
- This builder for chaining.
-
clearSuccess
public BuildEventStreamProtos.ActionExecuted.Builder clearSuccess()
bool success = 1;- Returns:
- This builder for chaining.
-
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 com.google.protobuf.ByteString getTypeBytes()
The mnemonic of the action that was executed
string type = 8;- Specified by:
getTypeBytesin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The bytes for type.
-
setType
public BuildEventStreamProtos.ActionExecuted.Builder setType(java.lang.String value)
The mnemonic of the action that was executed
string type = 8;- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public BuildEventStreamProtos.ActionExecuted.Builder clearType()
The mnemonic of the action that was executed
string type = 8;- Returns:
- This builder for chaining.
-
setTypeBytes
public BuildEventStreamProtos.ActionExecuted.Builder setTypeBytes(com.google.protobuf.ByteString value)
The mnemonic of the action that was executed
string type = 8;- Parameters:
value- The bytes for type to set.- Returns:
- This builder for chaining.
-
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.
-
setExitCode
public BuildEventStreamProtos.ActionExecuted.Builder setExitCode(int value)
The exit code of the action, if it is available.
int32 exit_code = 2;- Parameters:
value- The exitCode to set.- Returns:
- This builder for chaining.
-
clearExitCode
public BuildEventStreamProtos.ActionExecuted.Builder clearExitCode()
The exit code of the action, if it is available.
int32 exit_code = 2;- Returns:
- This builder for chaining.
-
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.
-
setStdout
public BuildEventStreamProtos.ActionExecuted.Builder setStdout(BuildEventStreamProtos.File value)
Location where to find the standard output of the action (e.g., a file path).
.build_event_stream.File stdout = 3;
-
setStdout
public BuildEventStreamProtos.ActionExecuted.Builder setStdout(BuildEventStreamProtos.File.Builder builderForValue)
Location where to find the standard output of the action (e.g., a file path).
.build_event_stream.File stdout = 3;
-
mergeStdout
public BuildEventStreamProtos.ActionExecuted.Builder mergeStdout(BuildEventStreamProtos.File value)
Location where to find the standard output of the action (e.g., a file path).
.build_event_stream.File stdout = 3;
-
clearStdout
public BuildEventStreamProtos.ActionExecuted.Builder clearStdout()
Location where to find the standard output of the action (e.g., a file path).
.build_event_stream.File stdout = 3;
-
getStdoutBuilder
public BuildEventStreamProtos.File.Builder getStdoutBuilder()
Location where to find the standard output of the action (e.g., a file path).
.build_event_stream.File stdout = 3;
-
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.
-
setStderr
public BuildEventStreamProtos.ActionExecuted.Builder setStderr(BuildEventStreamProtos.File value)
Location where to find the standard error of the action (e.g., a file path).
.build_event_stream.File stderr = 4;
-
setStderr
public BuildEventStreamProtos.ActionExecuted.Builder setStderr(BuildEventStreamProtos.File.Builder builderForValue)
Location where to find the standard error of the action (e.g., a file path).
.build_event_stream.File stderr = 4;
-
mergeStderr
public BuildEventStreamProtos.ActionExecuted.Builder mergeStderr(BuildEventStreamProtos.File value)
Location where to find the standard error of the action (e.g., a file path).
.build_event_stream.File stderr = 4;
-
clearStderr
public BuildEventStreamProtos.ActionExecuted.Builder clearStderr()
Location where to find the standard error of the action (e.g., a file path).
.build_event_stream.File stderr = 4;
-
getStderrBuilder
public BuildEventStreamProtos.File.Builder getStderrBuilder()
Location where to find the standard error of the action (e.g., a file path).
.build_event_stream.File stderr = 4;
-
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.build_event_stream.ActionExecuted.label is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=516Deprecated. This field is now present on ActionCompletedId.
string label = 5 [deprecated = true];- Specified by:
getLabelin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The label.
-
getLabelBytes
@Deprecated public com.google.protobuf.ByteString getLabelBytes()
Deprecated.build_event_stream.ActionExecuted.label is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=516Deprecated. This field is now present on ActionCompletedId.
string label = 5 [deprecated = true];- Specified by:
getLabelBytesin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The bytes for label.
-
setLabel
@Deprecated public BuildEventStreamProtos.ActionExecuted.Builder setLabel(java.lang.String value)
Deprecated.build_event_stream.ActionExecuted.label is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=516Deprecated. This field is now present on ActionCompletedId.
string label = 5 [deprecated = true];- Parameters:
value- The label to set.- Returns:
- This builder for chaining.
-
clearLabel
@Deprecated public BuildEventStreamProtos.ActionExecuted.Builder clearLabel()
Deprecated.build_event_stream.ActionExecuted.label is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=516Deprecated. This field is now present on ActionCompletedId.
string label = 5 [deprecated = true];- Returns:
- This builder for chaining.
-
setLabelBytes
@Deprecated public BuildEventStreamProtos.ActionExecuted.Builder setLabelBytes(com.google.protobuf.ByteString value)
Deprecated.build_event_stream.ActionExecuted.label is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=516Deprecated. This field is now present on ActionCompletedId.
string label = 5 [deprecated = true];- Parameters:
value- The bytes for label to set.- Returns:
- This builder for chaining.
-
hasConfiguration
@Deprecated public boolean hasConfiguration()
Deprecated.build_event_stream.ActionExecuted.configuration is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=519Deprecated. 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.build_event_stream.ActionExecuted.configuration is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=519Deprecated. This field is now present on ActionCompletedId.
.build_event_stream.BuildEventId.ConfigurationId configuration = 7 [deprecated = true];- Specified by:
getConfigurationin interfaceBuildEventStreamProtos.ActionExecutedOrBuilder- Returns:
- The configuration.
-
setConfiguration
@Deprecated public BuildEventStreamProtos.ActionExecuted.Builder setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value)
Deprecated.Deprecated. This field is now present on ActionCompletedId.
.build_event_stream.BuildEventId.ConfigurationId configuration = 7 [deprecated = true];
-
setConfiguration
@Deprecated public BuildEventStreamProtos.ActionExecuted.Builder setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder builderForValue)
Deprecated.Deprecated. This field is now present on ActionCompletedId.
.build_event_stream.BuildEventId.ConfigurationId configuration = 7 [deprecated = true];
-
mergeConfiguration
@Deprecated public BuildEventStreamProtos.ActionExecuted.Builder mergeConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value)
Deprecated.Deprecated. This field is now present on ActionCompletedId.
.build_event_stream.BuildEventId.ConfigurationId configuration = 7 [deprecated = true];
-
clearConfiguration
@Deprecated public BuildEventStreamProtos.ActionExecuted.Builder clearConfiguration()
Deprecated.Deprecated. This field is now present on ActionCompletedId.
.build_event_stream.BuildEventId.ConfigurationId configuration = 7 [deprecated = true];
-
getConfigurationBuilder
@Deprecated public BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder getConfigurationBuilder()
Deprecated.Deprecated. This field is now present on ActionCompletedId.
.build_event_stream.BuildEventId.ConfigurationId configuration = 7 [deprecated = true];
-
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.
-
setPrimaryOutput
public BuildEventStreamProtos.ActionExecuted.Builder setPrimaryOutput(BuildEventStreamProtos.File value)
Primary output; only provided for successful actions.
.build_event_stream.File primary_output = 6;
-
setPrimaryOutput
public BuildEventStreamProtos.ActionExecuted.Builder setPrimaryOutput(BuildEventStreamProtos.File.Builder builderForValue)
Primary output; only provided for successful actions.
.build_event_stream.File primary_output = 6;
-
mergePrimaryOutput
public BuildEventStreamProtos.ActionExecuted.Builder mergePrimaryOutput(BuildEventStreamProtos.File value)
Primary output; only provided for successful actions.
.build_event_stream.File primary_output = 6;
-
clearPrimaryOutput
public BuildEventStreamProtos.ActionExecuted.Builder clearPrimaryOutput()
Primary output; only provided for successful actions.
.build_event_stream.File primary_output = 6;
-
getPrimaryOutputBuilder
public BuildEventStreamProtos.File.Builder getPrimaryOutputBuilder()
Primary output; only provided for successful actions.
.build_event_stream.File primary_output = 6;
-
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 com.google.protobuf.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 com.google.protobuf.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.
-
setCommandLine
public BuildEventStreamProtos.ActionExecuted.Builder setCommandLine(int index, java.lang.String value)
The command-line of the action, if the action is a command.
repeated string command_line = 9;- Parameters:
index- The index to set the value at.value- The commandLine to set.- Returns:
- This builder for chaining.
-
addCommandLine
public BuildEventStreamProtos.ActionExecuted.Builder addCommandLine(java.lang.String value)
The command-line of the action, if the action is a command.
repeated string command_line = 9;- Parameters:
value- The commandLine to add.- Returns:
- This builder for chaining.
-
addAllCommandLine
public BuildEventStreamProtos.ActionExecuted.Builder addAllCommandLine(java.lang.Iterable<java.lang.String> values)
The command-line of the action, if the action is a command.
repeated string command_line = 9;- Parameters:
values- The commandLine to add.- Returns:
- This builder for chaining.
-
clearCommandLine
public BuildEventStreamProtos.ActionExecuted.Builder clearCommandLine()
The command-line of the action, if the action is a command.
repeated string command_line = 9;- Returns:
- This builder for chaining.
-
addCommandLineBytes
public BuildEventStreamProtos.ActionExecuted.Builder addCommandLineBytes(com.google.protobuf.ByteString value)
The command-line of the action, if the action is a command.
repeated string command_line = 9;- Parameters:
value- The bytes of the commandLine to add.- Returns:
- This builder for chaining.
-
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
-
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
-
setActionMetadataLogs
public BuildEventStreamProtos.ActionExecuted.Builder setActionMetadataLogs(int index, BuildEventStreamProtos.File value)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
setActionMetadataLogs
public BuildEventStreamProtos.ActionExecuted.Builder setActionMetadataLogs(int index, BuildEventStreamProtos.File.Builder builderForValue)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
addActionMetadataLogs
public BuildEventStreamProtos.ActionExecuted.Builder addActionMetadataLogs(BuildEventStreamProtos.File value)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
addActionMetadataLogs
public BuildEventStreamProtos.ActionExecuted.Builder addActionMetadataLogs(int index, BuildEventStreamProtos.File value)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
addActionMetadataLogs
public BuildEventStreamProtos.ActionExecuted.Builder addActionMetadataLogs(BuildEventStreamProtos.File.Builder builderForValue)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
addActionMetadataLogs
public BuildEventStreamProtos.ActionExecuted.Builder addActionMetadataLogs(int index, BuildEventStreamProtos.File.Builder builderForValue)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
addAllActionMetadataLogs
public BuildEventStreamProtos.ActionExecuted.Builder addAllActionMetadataLogs(java.lang.Iterable<? extends BuildEventStreamProtos.File> values)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
clearActionMetadataLogs
public BuildEventStreamProtos.ActionExecuted.Builder clearActionMetadataLogs()
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
removeActionMetadataLogs
public BuildEventStreamProtos.ActionExecuted.Builder removeActionMetadataLogs(int index)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
getActionMetadataLogsBuilder
public BuildEventStreamProtos.File.Builder getActionMetadataLogsBuilder(int index)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
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
-
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
-
addActionMetadataLogsBuilder
public BuildEventStreamProtos.File.Builder addActionMetadataLogsBuilder()
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
addActionMetadataLogsBuilder
public BuildEventStreamProtos.File.Builder addActionMetadataLogsBuilder(int index)
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
getActionMetadataLogsBuilderList
public java.util.List<BuildEventStreamProtos.File.Builder> getActionMetadataLogsBuilderList()
List of paths to log files
repeated .build_event_stream.File action_metadata_logs = 10;
-
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.
-
setFailureDetail
public BuildEventStreamProtos.ActionExecuted.Builder setFailureDetail(com.google.devtools.build.lib.server.FailureDetails.FailureDetail value)
Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 11;
-
setFailureDetail
public BuildEventStreamProtos.ActionExecuted.Builder setFailureDetail(com.google.devtools.build.lib.server.FailureDetails.FailureDetail.Builder builderForValue)
Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 11;
-
mergeFailureDetail
public BuildEventStreamProtos.ActionExecuted.Builder mergeFailureDetail(com.google.devtools.build.lib.server.FailureDetails.FailureDetail value)
Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 11;
-
clearFailureDetail
public BuildEventStreamProtos.ActionExecuted.Builder clearFailureDetail()
Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 11;
-
getFailureDetailBuilder
public com.google.devtools.build.lib.server.FailureDetails.FailureDetail.Builder getFailureDetailBuilder()
Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 11;
-
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
-
setUnknownFields
public final BuildEventStreamProtos.ActionExecuted.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
mergeUnknownFields
public final BuildEventStreamProtos.ActionExecuted.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.ActionExecuted.Builder>
-
-