Package com.google.devtools.build.v1
Interface BuildEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEvent,BuildEvent.Builder
public interface BuildEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.AnygetBazelEvent()Structured build event generated by Bazel about its execution progress.com.google.protobuf.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.BuildEnqueuedOrBuildergetBuildEnqueuedOrBuilder()The build is enqueued (just inserted to the build queue or put back into the build queue due to a previous build failure).com.google.protobuf.AnygetBuildExecutionEvent()An event that contains supplemental tool-specific information about build execution.com.google.protobuf.AnyOrBuildergetBuildExecutionEventOrBuilder()An event that contains supplemental tool-specific information about build execution.BuildEvent.BuildFinishedgetBuildFinished()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.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.ConsoleOutputOrBuildergetConsoleOutputOrBuilder()An event containing printed text.BuildEvent.EventCasegetEventCase()com.google.protobuf.TimestampgetEventTime()The timestamp of this event.com.google.protobuf.TimestampOrBuildergetEventTimeOrBuilder()The timestamp of this event.BuildEvent.InvocationAttemptFinishedgetInvocationAttemptFinished()An invocation attempt has finished.BuildEvent.InvocationAttemptFinishedOrBuildergetInvocationAttemptFinishedOrBuilder()An invocation attempt has finished.BuildEvent.InvocationAttemptStartedgetInvocationAttemptStarted()An invocation attempt has started.BuildEvent.InvocationAttemptStartedOrBuildergetInvocationAttemptStartedOrBuilder()An invocation attempt has started.com.google.protobuf.AnygetSourceFetchEvent()An event that contains supplemental tool-specific information about source fetching.com.google.protobuf.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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEventTime
boolean hasEventTime()
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;- Returns:
- Whether the eventTime field is set.
-
getEventTime
com.google.protobuf.Timestamp getEventTime()
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;- Returns:
- The eventTime.
-
getEventTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder()
The timestamp of this event.
.google.protobuf.Timestamp event_time = 1;
-
hasInvocationAttemptStarted
boolean hasInvocationAttemptStarted()
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;- Returns:
- Whether the invocationAttemptStarted field is set.
-
getInvocationAttemptStarted
BuildEvent.InvocationAttemptStarted getInvocationAttemptStarted()
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;- Returns:
- The invocationAttemptStarted.
-
getInvocationAttemptStartedOrBuilder
BuildEvent.InvocationAttemptStartedOrBuilder getInvocationAttemptStartedOrBuilder()
An invocation attempt has started.
.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;
-
hasInvocationAttemptFinished
boolean hasInvocationAttemptFinished()
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;- Returns:
- Whether the invocationAttemptFinished field is set.
-
getInvocationAttemptFinished
BuildEvent.InvocationAttemptFinished getInvocationAttemptFinished()
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;- Returns:
- The invocationAttemptFinished.
-
getInvocationAttemptFinishedOrBuilder
BuildEvent.InvocationAttemptFinishedOrBuilder getInvocationAttemptFinishedOrBuilder()
An invocation attempt has finished.
.google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;
-
hasBuildEnqueued
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;- Returns:
- Whether the buildEnqueued field is set.
-
getBuildEnqueued
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;- Returns:
- The buildEnqueued.
-
getBuildEnqueuedOrBuilder
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;
-
hasBuildFinished
boolean hasBuildFinished()
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;- Returns:
- Whether the buildFinished field is set.
-
getBuildFinished
BuildEvent.BuildFinished getBuildFinished()
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;- Returns:
- The buildFinished.
-
getBuildFinishedOrBuilder
BuildEvent.BuildFinishedOrBuilder getBuildFinishedOrBuilder()
The build has finished. Set when the build is terminated.
.google.devtools.build.v1.BuildEvent.BuildFinished build_finished = 55;
-
hasConsoleOutput
boolean hasConsoleOutput()
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;- Returns:
- Whether the consoleOutput field is set.
-
getConsoleOutput
BuildEvent.ConsoleOutput getConsoleOutput()
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;- Returns:
- The consoleOutput.
-
getConsoleOutputOrBuilder
BuildEvent.ConsoleOutputOrBuilder getConsoleOutputOrBuilder()
An event containing printed text.
.google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;
-
hasComponentStreamFinished
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;- Returns:
- Whether the componentStreamFinished field is set.
-
getComponentStreamFinished
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;- Returns:
- The componentStreamFinished.
-
getComponentStreamFinishedOrBuilder
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;
-
hasBazelEvent
boolean hasBazelEvent()
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;- Returns:
- Whether the bazelEvent field is set.
-
getBazelEvent
com.google.protobuf.Any getBazelEvent()
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;- Returns:
- The bazelEvent.
-
getBazelEventOrBuilder
com.google.protobuf.AnyOrBuilder getBazelEventOrBuilder()
Structured build event generated by Bazel about its execution progress.
.google.protobuf.Any bazel_event = 60;
-
hasBuildExecutionEvent
boolean hasBuildExecutionEvent()
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;- Returns:
- Whether the buildExecutionEvent field is set.
-
getBuildExecutionEvent
com.google.protobuf.Any getBuildExecutionEvent()
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;- Returns:
- The buildExecutionEvent.
-
getBuildExecutionEventOrBuilder
com.google.protobuf.AnyOrBuilder getBuildExecutionEventOrBuilder()
An event that contains supplemental tool-specific information about build execution.
.google.protobuf.Any build_execution_event = 61;
-
hasSourceFetchEvent
boolean hasSourceFetchEvent()
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;- Returns:
- Whether the sourceFetchEvent field is set.
-
getSourceFetchEvent
com.google.protobuf.Any getSourceFetchEvent()
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;- Returns:
- The sourceFetchEvent.
-
getSourceFetchEventOrBuilder
com.google.protobuf.AnyOrBuilder getSourceFetchEventOrBuilder()
An event that contains supplemental tool-specific information about source fetching.
.google.protobuf.Any source_fetch_event = 62;
-
getEventCase
BuildEvent.EventCase getEventCase()
-
-