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 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;