Package com.google.devtools.build.v1
Class BuildEvent.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.Builder>
-
- com.google.devtools.build.v1.BuildEvent.Builder
-
- All Implemented Interfaces:
BuildEventOrBuilder,Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- BuildEvent
public static final class BuildEvent.Builder extends GeneratedMessageV3.Builder<BuildEvent.Builder> implements BuildEventOrBuilder
An event representing some state change that occurred in the build. This message does not include field for uniquely identifying an event.
Protobuf typegoogle.devtools.build.v1.BuildEvent
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildEvent.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)LikesetRepeatedField, but appends the value as a new element.BuildEventbuild()Constructs the message based on the state of the Builder.BuildEventbuildPartial()LikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.BuildEvent.Builderclear()Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.BuildEvent.BuilderclearBazelEvent()Structured build event generated by Bazel about its execution progress.BuildEvent.BuilderclearBuildEnqueued()The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).BuildEvent.BuilderclearBuildExecutionEvent()An event that contains supplemental tool-specific information about build execution.BuildEvent.BuilderclearBuildFinished()The build has finished.BuildEvent.BuilderclearComponentStreamFinished()Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.BuilderclearConsoleOutput()An event containing printed text.BuildEvent.BuilderclearEvent()BuildEvent.BuilderclearEventTime()The timestamp of this event.BuildEvent.BuilderclearField(Descriptors.FieldDescriptor field)Clears the field.BuildEvent.BuilderclearInvocationAttemptFinished()An invocation attempt has finished.BuildEvent.BuilderclearInvocationAttemptStarted()An invocation attempt has started.BuildEvent.BuilderclearOneof(Descriptors.OneofDescriptor oneof)TODO(jieluo): Clear it when all subclasses have implemented this method.BuildEvent.BuilderclearSourceFetchEvent()An event that contains supplemental tool-specific information about source fetching.BuildEvent.Builderclone()Clones the Builder.AnygetBazelEvent()Structured build event generated by Bazel about its execution progress.Any.BuildergetBazelEventBuilder()Structured build event generated by Bazel about its execution progress.AnyOrBuildergetBazelEventOrBuilder()Structured build event generated by Bazel about its execution progress.BuildEvent.BuildEnqueuedgetBuildEnqueued()The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).BuildEvent.BuildEnqueued.BuildergetBuildEnqueuedBuilder()The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).BuildEvent.BuildEnqueuedOrBuildergetBuildEnqueuedOrBuilder()The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).AnygetBuildExecutionEvent()An event that contains supplemental tool-specific information about build execution.Any.BuildergetBuildExecutionEventBuilder()An event that contains supplemental tool-specific information about build execution.AnyOrBuildergetBuildExecutionEventOrBuilder()An event that contains supplemental tool-specific information about build execution.BuildEvent.BuildFinishedgetBuildFinished()The build has finished.BuildEvent.BuildFinished.BuildergetBuildFinishedBuilder()The build has finished.BuildEvent.BuildFinishedOrBuildergetBuildFinishedOrBuilder()The build has finished.BuildEvent.BuildComponentStreamFinishedgetComponentStreamFinished()Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.BuildComponentStreamFinished.BuildergetComponentStreamFinishedBuilder()Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.BuildComponentStreamFinishedOrBuildergetComponentStreamFinishedOrBuilder()Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.ConsoleOutputgetConsoleOutput()An event containing printed text.BuildEvent.ConsoleOutput.BuildergetConsoleOutputBuilder()An event containing printed text.BuildEvent.ConsoleOutputOrBuildergetConsoleOutputOrBuilder()An event containing printed text.BuildEventgetDefaultInstanceForType()Get an instance of the type with no fields set.static Descriptors.DescriptorgetDescriptor()Descriptors.DescriptorgetDescriptorForType()Get the message's type's descriptor.BuildEvent.EventCasegetEventCase()TimestampgetEventTime()The timestamp of this event.Timestamp.BuildergetEventTimeBuilder()The timestamp of this event.TimestampOrBuildergetEventTimeOrBuilder()The timestamp of this event.BuildEvent.InvocationAttemptFinishedgetInvocationAttemptFinished()An invocation attempt has finished.BuildEvent.InvocationAttemptFinished.BuildergetInvocationAttemptFinishedBuilder()An invocation attempt has finished.BuildEvent.InvocationAttemptFinishedOrBuildergetInvocationAttemptFinishedOrBuilder()An invocation attempt has finished.BuildEvent.InvocationAttemptStartedgetInvocationAttemptStarted()An invocation attempt has started.BuildEvent.InvocationAttemptStarted.BuildergetInvocationAttemptStartedBuilder()An invocation attempt has started.BuildEvent.InvocationAttemptStartedOrBuildergetInvocationAttemptStartedOrBuilder()An invocation attempt has started.AnygetSourceFetchEvent()An event that contains supplemental tool-specific information about source fetching.Any.BuildergetSourceFetchEventBuilder()An event that contains supplemental tool-specific information about source fetching.AnyOrBuildergetSourceFetchEventOrBuilder()An event that contains supplemental tool-specific information about source fetching.booleanhasBazelEvent()Structured build event generated by Bazel about its execution progress.booleanhasBuildEnqueued()The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).booleanhasBuildExecutionEvent()An event that contains supplemental tool-specific information about build execution.booleanhasBuildFinished()The build has finished.booleanhasComponentStreamFinished()Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.booleanhasConsoleOutput()An event containing printed text.booleanhasEventTime()The timestamp of this event.booleanhasInvocationAttemptFinished()An invocation attempt has finished.booleanhasInvocationAttemptStarted()An invocation attempt has started.booleanhasSourceFetchEvent()An event that contains supplemental tool-specific information about source fetching.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.BuildEvent.BuildermergeBazelEvent(Any value)Structured build event generated by Bazel about its execution progress.BuildEvent.BuildermergeBuildEnqueued(BuildEvent.BuildEnqueued value)The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).BuildEvent.BuildermergeBuildExecutionEvent(Any value)An event that contains supplemental tool-specific information about build execution.BuildEvent.BuildermergeBuildFinished(BuildEvent.BuildFinished value)The build has finished.BuildEvent.BuildermergeComponentStreamFinished(BuildEvent.BuildComponentStreamFinished value)Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.BuildermergeConsoleOutput(BuildEvent.ConsoleOutput value)An event containing printed text.BuildEvent.BuildermergeEventTime(Timestamp value)The timestamp of this event.BuildEvent.BuildermergeFrom(BuildEvent other)BuildEvent.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)LikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.BuildEvent.BuildermergeFrom(Message other)Mergeotherinto the message being built.BuildEvent.BuildermergeInvocationAttemptFinished(BuildEvent.InvocationAttemptFinished value)An invocation attempt has finished.BuildEvent.BuildermergeInvocationAttemptStarted(BuildEvent.InvocationAttemptStarted value)An invocation attempt has started.BuildEvent.BuildermergeSourceFetchEvent(Any value)An event that contains supplemental tool-specific information about source fetching.BuildEvent.BuildermergeUnknownFields(UnknownFieldSet unknownFields)Merge some unknown fields into theUnknownFieldSetfor this message.BuildEvent.BuildersetBazelEvent(Any value)Structured build event generated by Bazel about its execution progress.BuildEvent.BuildersetBazelEvent(Any.Builder builderForValue)Structured build event generated by Bazel about its execution progress.BuildEvent.BuildersetBuildEnqueued(BuildEvent.BuildEnqueued value)The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).BuildEvent.BuildersetBuildEnqueued(BuildEvent.BuildEnqueued.Builder builderForValue)The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).BuildEvent.BuildersetBuildExecutionEvent(Any value)An event that contains supplemental tool-specific information about build execution.BuildEvent.BuildersetBuildExecutionEvent(Any.Builder builderForValue)An event that contains supplemental tool-specific information about build execution.BuildEvent.BuildersetBuildFinished(BuildEvent.BuildFinished value)The build has finished.BuildEvent.BuildersetBuildFinished(BuildEvent.BuildFinished.Builder builderForValue)The build has finished.BuildEvent.BuildersetComponentStreamFinished(BuildEvent.BuildComponentStreamFinished value)Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.BuildersetComponentStreamFinished(BuildEvent.BuildComponentStreamFinished.Builder builderForValue)Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.BuildersetConsoleOutput(BuildEvent.ConsoleOutput value)An event containing printed text.BuildEvent.BuildersetConsoleOutput(BuildEvent.ConsoleOutput.Builder builderForValue)An event containing printed text.BuildEvent.BuildersetEventTime(Timestamp value)The timestamp of this event.BuildEvent.BuildersetEventTime(Timestamp.Builder builderForValue)The timestamp of this event.BuildEvent.BuildersetField(Descriptors.FieldDescriptor field, java.lang.Object value)Sets a field to the given value.BuildEvent.BuildersetInvocationAttemptFinished(BuildEvent.InvocationAttemptFinished value)An invocation attempt has finished.BuildEvent.BuildersetInvocationAttemptFinished(BuildEvent.InvocationAttemptFinished.Builder builderForValue)An invocation attempt has finished.BuildEvent.BuildersetInvocationAttemptStarted(BuildEvent.InvocationAttemptStarted value)An invocation attempt has started.BuildEvent.BuildersetInvocationAttemptStarted(BuildEvent.InvocationAttemptStarted.Builder builderForValue)An invocation attempt has started.BuildEvent.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Sets an element of a repeated field to the given value.BuildEvent.BuildersetSourceFetchEvent(Any value)An event that contains supplemental tool-specific information about source fetching.BuildEvent.BuildersetSourceFetchEvent(Any.Builder builderForValue)An event that contains supplemental tool-specific information about source fetching.BuildEvent.BuildersetUnknownFields(UnknownFieldSet unknownFields)Set theUnknownFieldSetfor this message.-
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, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Description copied from class:GeneratedMessageV3.BuilderGet 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.Builder<BuildEvent.Builder>
-
clear
public BuildEvent.Builder clear()
Description copied from class:GeneratedMessageV3.BuilderCalled by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<BuildEvent.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
Description copied from interface:Message.BuilderGet the message's type's descriptor. SeeMessageOrBuilder.getDescriptorForType().- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<BuildEvent.Builder>
-
getDefaultInstanceForType
public BuildEvent 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
-
build
public BuildEvent build()
Description copied from interface:MessageLite.BuilderConstructs the message based on the state of the Builder. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
public BuildEvent buildPartial()
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields. Instead, a partial message is returned. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
public BuildEvent.Builder clone()
Description copied from interface:MessageLite.BuilderClones the Builder.- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<BuildEvent.Builder>- See Also:
Object.clone()
-
setField
public BuildEvent.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Description copied from interface:Message.BuilderSets a field to the given value. The value must be of the correct type for this field, i.e. the same type thatMessageOrBuilder.getField(Descriptors.FieldDescriptor)would return.- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<BuildEvent.Builder>
-
clearField
public BuildEvent.Builder clearField(Descriptors.FieldDescriptor field)
Description copied from interface:Message.BuilderClears the field. This is exactly equivalent to calling the generated "clear" accessor method corresponding to the field.- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<BuildEvent.Builder>
-
clearOneof
public BuildEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Description copied from class:AbstractMessage.BuilderTODO(jieluo): Clear it when all subclasses have implemented this method.- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<BuildEvent.Builder>
-
setRepeatedField
public BuildEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Description copied from interface:Message.BuilderSets an element of a repeated field to the given value. The value must be of the correct type for this field, i.e. the same type thatMessageOrBuilder.getRepeatedField(Descriptors.FieldDescriptor,int)would return.- Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<BuildEvent.Builder>
-
addRepeatedField
public BuildEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
Description copied from interface:Message.BuilderLikesetRepeatedField, but appends the value as a new element.- Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<BuildEvent.Builder>
-
mergeFrom
public BuildEvent.Builder mergeFrom(Message other)
Description copied from interface:Message.BuilderMergeotherinto the message being built.othermust have the exact same type asthis(i.e.getDescriptorForType() == other.getDescriptorForType()).Merging occurs as follows. For each field:
* For singular primitive fields, if the field is set inother, thenother's value overwrites the value in this message.
* For singular message fields, if the field is set inother, it is merged into the corresponding sub-message of this message using the same merging rules.
* For repeated fields, the elements inotherare concatenated with the elements in this message.
* For oneof groups, if the other message has one of the fields set, the group of this message is cleared and replaced by the field of the other message, so that the oneof constraint is preserved.This is equivalent to the
Message::MergeFrommethod in C++.- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<BuildEvent.Builder>
-
mergeFrom
public BuildEvent.Builder mergeFrom(BuildEvent other)
-
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.Builder<BuildEvent.Builder>
-
mergeFrom
public BuildEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions. The extensions that you want to be able to parse must be registered inextensionRegistry. Extensions not in the registry will be treated as unknown fields.- Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<BuildEvent.Builder>- Throws:
java.io.IOException
-
getEventCase
public BuildEvent.EventCase getEventCase()
- Specified by:
getEventCasein interfaceBuildEventOrBuilder
-
clearEvent
public BuildEvent.Builder clearEvent()
-
hasEventTime
public boolean hasEventTime()
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;- Specified by:
hasEventTimein interfaceBuildEventOrBuilder- Returns:
- Whether the eventTime field is set.
-
getEventTime
public Timestamp getEventTime()
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;- Specified by:
getEventTimein interfaceBuildEventOrBuilder- Returns:
- The eventTime.
-
setEventTime
public BuildEvent.Builder setEventTime(Timestamp value)
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;
-
setEventTime
public BuildEvent.Builder setEventTime(Timestamp.Builder builderForValue)
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;
-
mergeEventTime
public BuildEvent.Builder mergeEventTime(Timestamp value)
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;
-
clearEventTime
public BuildEvent.Builder clearEventTime()
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;
-
getEventTimeBuilder
public Timestamp.Builder getEventTimeBuilder()
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;
-
getEventTimeOrBuilder
public TimestampOrBuilder getEventTimeOrBuilder()
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;- Specified by:
getEventTimeOrBuilderin interfaceBuildEventOrBuilder
-
hasInvocationAttemptStarted
public boolean hasInvocationAttemptStarted()
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;- Specified by:
hasInvocationAttemptStartedin interfaceBuildEventOrBuilder- Returns:
- Whether the invocationAttemptStarted field is set.
-
getInvocationAttemptStarted
public BuildEvent.InvocationAttemptStarted getInvocationAttemptStarted()
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;- Specified by:
getInvocationAttemptStartedin interfaceBuildEventOrBuilder- Returns:
- The invocationAttemptStarted.
-
setInvocationAttemptStarted
public BuildEvent.Builder setInvocationAttemptStarted(BuildEvent.InvocationAttemptStarted value)
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;
-
setInvocationAttemptStarted
public BuildEvent.Builder setInvocationAttemptStarted(BuildEvent.InvocationAttemptStarted.Builder builderForValue)
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;
-
mergeInvocationAttemptStarted
public BuildEvent.Builder mergeInvocationAttemptStarted(BuildEvent.InvocationAttemptStarted value)
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;
-
clearInvocationAttemptStarted
public BuildEvent.Builder clearInvocationAttemptStarted()
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;
-
getInvocationAttemptStartedBuilder
public BuildEvent.InvocationAttemptStarted.Builder getInvocationAttemptStartedBuilder()
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;
-
getInvocationAttemptStartedOrBuilder
public BuildEvent.InvocationAttemptStartedOrBuilder getInvocationAttemptStartedOrBuilder()
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;- Specified by:
getInvocationAttemptStartedOrBuilderin interfaceBuildEventOrBuilder
-
hasInvocationAttemptFinished
public boolean hasInvocationAttemptFinished()
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;- Specified by:
hasInvocationAttemptFinishedin interfaceBuildEventOrBuilder- Returns:
- Whether the invocationAttemptFinished field is set.
-
getInvocationAttemptFinished
public BuildEvent.InvocationAttemptFinished getInvocationAttemptFinished()
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;- Specified by:
getInvocationAttemptFinishedin interfaceBuildEventOrBuilder- Returns:
- The invocationAttemptFinished.
-
setInvocationAttemptFinished
public BuildEvent.Builder setInvocationAttemptFinished(BuildEvent.InvocationAttemptFinished value)
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;
-
setInvocationAttemptFinished
public BuildEvent.Builder setInvocationAttemptFinished(BuildEvent.InvocationAttemptFinished.Builder builderForValue)
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;
-
mergeInvocationAttemptFinished
public BuildEvent.Builder mergeInvocationAttemptFinished(BuildEvent.InvocationAttemptFinished value)
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;
-
clearInvocationAttemptFinished
public BuildEvent.Builder clearInvocationAttemptFinished()
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;
-
getInvocationAttemptFinishedBuilder
public BuildEvent.InvocationAttemptFinished.Builder getInvocationAttemptFinishedBuilder()
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;
-
getInvocationAttemptFinishedOrBuilder
public BuildEvent.InvocationAttemptFinishedOrBuilder getInvocationAttemptFinishedOrBuilder()
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;- Specified by:
getInvocationAttemptFinishedOrBuilderin interfaceBuildEventOrBuilder
-
hasBuildEnqueued
public boolean hasBuildEnqueued()
The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).
.google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;- Specified by:
hasBuildEnqueuedin interfaceBuildEventOrBuilder- Returns:
- Whether the buildEnqueued field is set.
-
getBuildEnqueued
public BuildEvent.BuildEnqueued getBuildEnqueued()
The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).
.google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;- Specified by:
getBuildEnqueuedin interfaceBuildEventOrBuilder- Returns:
- The buildEnqueued.
-
setBuildEnqueued
public BuildEvent.Builder setBuildEnqueued(BuildEvent.BuildEnqueued value)
The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).
.google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
-
setBuildEnqueued
public BuildEvent.Builder setBuildEnqueued(BuildEvent.BuildEnqueued.Builder builderForValue)
The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).
.google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
-
mergeBuildEnqueued
public BuildEvent.Builder mergeBuildEnqueued(BuildEvent.BuildEnqueued value)
The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).
.google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
-
clearBuildEnqueued
public BuildEvent.Builder clearBuildEnqueued()
The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).
.google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
-
getBuildEnqueuedBuilder
public BuildEvent.BuildEnqueued.Builder getBuildEnqueuedBuilder()
The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).
.google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
-
getBuildEnqueuedOrBuilder
public BuildEvent.BuildEnqueuedOrBuilder getBuildEnqueuedOrBuilder()
The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).
.google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;- Specified by:
getBuildEnqueuedOrBuilderin interfaceBuildEventOrBuilder
-
hasBuildFinished
public boolean hasBuildFinished()
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;- Specified by:
hasBuildFinishedin interfaceBuildEventOrBuilder- Returns:
- Whether the buildFinished field is set.
-
getBuildFinished
public BuildEvent.BuildFinished getBuildFinished()
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;- Specified by:
getBuildFinishedin interfaceBuildEventOrBuilder- Returns:
- The buildFinished.
-
setBuildFinished
public BuildEvent.Builder setBuildFinished(BuildEvent.BuildFinished value)
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;
-
setBuildFinished
public BuildEvent.Builder setBuildFinished(BuildEvent.BuildFinished.Builder builderForValue)
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;
-
mergeBuildFinished
public BuildEvent.Builder mergeBuildFinished(BuildEvent.BuildFinished value)
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;
-
clearBuildFinished
public BuildEvent.Builder clearBuildFinished()
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;
-
getBuildFinishedBuilder
public BuildEvent.BuildFinished.Builder getBuildFinishedBuilder()
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;
-
getBuildFinishedOrBuilder
public BuildEvent.BuildFinishedOrBuilder getBuildFinishedOrBuilder()
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;- Specified by:
getBuildFinishedOrBuilderin interfaceBuildEventOrBuilder
-
hasConsoleOutput
public boolean hasConsoleOutput()
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;- Specified by:
hasConsoleOutputin interfaceBuildEventOrBuilder- Returns:
- Whether the consoleOutput field is set.
-
getConsoleOutput
public BuildEvent.ConsoleOutput getConsoleOutput()
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;- Specified by:
getConsoleOutputin interfaceBuildEventOrBuilder- Returns:
- The consoleOutput.
-
setConsoleOutput
public BuildEvent.Builder setConsoleOutput(BuildEvent.ConsoleOutput value)
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;
-
setConsoleOutput
public BuildEvent.Builder setConsoleOutput(BuildEvent.ConsoleOutput.Builder builderForValue)
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;
-
mergeConsoleOutput
public BuildEvent.Builder mergeConsoleOutput(BuildEvent.ConsoleOutput value)
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;
-
clearConsoleOutput
public BuildEvent.Builder clearConsoleOutput()
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;
-
getConsoleOutputBuilder
public BuildEvent.ConsoleOutput.Builder getConsoleOutputBuilder()
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;
-
getConsoleOutputOrBuilder
public BuildEvent.ConsoleOutputOrBuilder getConsoleOutputOrBuilder()
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;- Specified by:
getConsoleOutputOrBuilderin interfaceBuildEventOrBuilder
-
hasComponentStreamFinished
public boolean hasComponentStreamFinished()
Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task. *** This field does not indicate the WatchBuild RPC is finished. ***
.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished component_stream_finished = 59;- Specified by:
hasComponentStreamFinishedin interfaceBuildEventOrBuilder- Returns:
- Whether the componentStreamFinished field is set.
-
getComponentStreamFinished
public BuildEvent.BuildComponentStreamFinished getComponentStreamFinished()
Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task. *** This field does not indicate the WatchBuild RPC is finished. ***
.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished component_stream_finished = 59;- Specified by:
getComponentStreamFinishedin interfaceBuildEventOrBuilder- Returns:
- The componentStreamFinished.
-
setComponentStreamFinished
public BuildEvent.Builder setComponentStreamFinished(BuildEvent.BuildComponentStreamFinished value)
Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task. *** This field does not indicate the WatchBuild RPC is finished. ***
.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished component_stream_finished = 59;
-
setComponentStreamFinished
public BuildEvent.Builder setComponentStreamFinished(BuildEvent.BuildComponentStreamFinished.Builder builderForValue)
Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task. *** This field does not indicate the WatchBuild RPC is finished. ***
.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished component_stream_finished = 59;
-
mergeComponentStreamFinished
public BuildEvent.Builder mergeComponentStreamFinished(BuildEvent.BuildComponentStreamFinished value)
Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task. *** This field does not indicate the WatchBuild RPC is finished. ***
.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished component_stream_finished = 59;
-
clearComponentStreamFinished
public BuildEvent.Builder clearComponentStreamFinished()
Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task. *** This field does not indicate the WatchBuild RPC is finished. ***
.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished component_stream_finished = 59;
-
getComponentStreamFinishedBuilder
public BuildEvent.BuildComponentStreamFinished.Builder getComponentStreamFinishedBuilder()
Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task. *** This field does not indicate the WatchBuild RPC is finished. ***
.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished component_stream_finished = 59;
-
getComponentStreamFinishedOrBuilder
public BuildEvent.BuildComponentStreamFinishedOrBuilder getComponentStreamFinishedOrBuilder()
Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task. *** This field does not indicate the WatchBuild RPC is finished. ***
.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished component_stream_finished = 59;- Specified by:
getComponentStreamFinishedOrBuilderin interfaceBuildEventOrBuilder
-
hasBazelEvent
public boolean hasBazelEvent()
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;- Specified by:
hasBazelEventin interfaceBuildEventOrBuilder- Returns:
- Whether the bazelEvent field is set.
-
getBazelEvent
public Any getBazelEvent()
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;- Specified by:
getBazelEventin interfaceBuildEventOrBuilder- Returns:
- The bazelEvent.
-
setBazelEvent
public BuildEvent.Builder setBazelEvent(Any value)
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;
-
setBazelEvent
public BuildEvent.Builder setBazelEvent(Any.Builder builderForValue)
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;
-
mergeBazelEvent
public BuildEvent.Builder mergeBazelEvent(Any value)
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;
-
clearBazelEvent
public BuildEvent.Builder clearBazelEvent()
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;
-
getBazelEventBuilder
public Any.Builder getBazelEventBuilder()
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;
-
getBazelEventOrBuilder
public AnyOrBuilder getBazelEventOrBuilder()
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;- Specified by:
getBazelEventOrBuilderin interfaceBuildEventOrBuilder
-
hasBuildExecutionEvent
public boolean hasBuildExecutionEvent()
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;- Specified by:
hasBuildExecutionEventin interfaceBuildEventOrBuilder- Returns:
- Whether the buildExecutionEvent field is set.
-
getBuildExecutionEvent
public Any getBuildExecutionEvent()
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;- Specified by:
getBuildExecutionEventin interfaceBuildEventOrBuilder- Returns:
- The buildExecutionEvent.
-
setBuildExecutionEvent
public BuildEvent.Builder setBuildExecutionEvent(Any value)
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;
-
setBuildExecutionEvent
public BuildEvent.Builder setBuildExecutionEvent(Any.Builder builderForValue)
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;
-
mergeBuildExecutionEvent
public BuildEvent.Builder mergeBuildExecutionEvent(Any value)
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;
-
clearBuildExecutionEvent
public BuildEvent.Builder clearBuildExecutionEvent()
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;
-
getBuildExecutionEventBuilder
public Any.Builder getBuildExecutionEventBuilder()
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;
-
getBuildExecutionEventOrBuilder
public AnyOrBuilder getBuildExecutionEventOrBuilder()
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;- Specified by:
getBuildExecutionEventOrBuilderin interfaceBuildEventOrBuilder
-
hasSourceFetchEvent
public boolean hasSourceFetchEvent()
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;- Specified by:
hasSourceFetchEventin interfaceBuildEventOrBuilder- Returns:
- Whether the sourceFetchEvent field is set.
-
getSourceFetchEvent
public Any getSourceFetchEvent()
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;- Specified by:
getSourceFetchEventin interfaceBuildEventOrBuilder- Returns:
- The sourceFetchEvent.
-
setSourceFetchEvent
public BuildEvent.Builder setSourceFetchEvent(Any value)
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;
-
setSourceFetchEvent
public BuildEvent.Builder setSourceFetchEvent(Any.Builder builderForValue)
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;
-
mergeSourceFetchEvent
public BuildEvent.Builder mergeSourceFetchEvent(Any value)
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;
-
clearSourceFetchEvent
public BuildEvent.Builder clearSourceFetchEvent()
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;
-
getSourceFetchEventBuilder
public Any.Builder getSourceFetchEventBuilder()
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;
-
getSourceFetchEventOrBuilder
public AnyOrBuilder getSourceFetchEventOrBuilder()
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;- Specified by:
getSourceFetchEventOrBuilderin interfaceBuildEventOrBuilder
-
setUnknownFields
public final BuildEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Description copied from interface:Message.BuilderSet theUnknownFieldSetfor this message.- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<BuildEvent.Builder>
-
mergeUnknownFields
public final BuildEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Description copied from interface:Message.BuilderMerge some unknown fields into theUnknownFieldSetfor this message.- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<BuildEvent.Builder>
-
-