Class BuildEvent.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BuildEvent.Builder>
com.google.devtools.build.v1.BuildEvent.Builder
All Implemented Interfaces:
BuildEventOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BuildEvent

public static final class BuildEvent.Builder extends com.google.protobuf.GeneratedMessage.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 type google.devtools.build.v1.BuildEvent
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BuildEvent.Builder>
    • clear

      public BuildEvent.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<BuildEvent.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<BuildEvent.Builder>
    • getDefaultInstanceForType

      public BuildEvent getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public BuildEvent build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public BuildEvent buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public BuildEvent.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BuildEvent.Builder>
    • mergeFrom

      public BuildEvent.Builder mergeFrom(BuildEvent other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<BuildEvent.Builder>
    • mergeFrom

      public BuildEvent.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BuildEvent.Builder>
      Throws:
      IOException
    • getEventCase

      public BuildEvent.EventCase getEventCase()
      Specified by:
      getEventCase in interface BuildEventOrBuilder
    • clearEvent

      public BuildEvent.Builder clearEvent()
    • hasEventTime

      public boolean hasEventTime()
       This should be precisely the time when this event happened, and not when
       the event proto was created or sent.
       
      .google.protobuf.Timestamp event_time = 1;
      Specified by:
      hasEventTime in interface BuildEventOrBuilder
      Returns:
      Whether the eventTime field is set.
    • getEventTime

      public com.google.protobuf.Timestamp getEventTime()
       This should be precisely the time when this event happened, and not when
       the event proto was created or sent.
       
      .google.protobuf.Timestamp event_time = 1;
      Specified by:
      getEventTime in interface BuildEventOrBuilder
      Returns:
      The eventTime.
    • setEventTime

      public BuildEvent.Builder setEventTime(com.google.protobuf.Timestamp value)
       This should be precisely the time when this event happened, and not when
       the event proto was created or sent.
       
      .google.protobuf.Timestamp event_time = 1;
    • setEventTime

      public BuildEvent.Builder setEventTime(com.google.protobuf.Timestamp.Builder builderForValue)
       This should be precisely the time when this event happened, and not when
       the event proto was created or sent.
       
      .google.protobuf.Timestamp event_time = 1;
    • mergeEventTime

      public BuildEvent.Builder mergeEventTime(com.google.protobuf.Timestamp value)
       This should be precisely the time when this event happened, and not when
       the event proto was created or sent.
       
      .google.protobuf.Timestamp event_time = 1;
    • clearEventTime

      public BuildEvent.Builder clearEventTime()
       This should be precisely the time when this event happened, and not when
       the event proto was created or sent.
       
      .google.protobuf.Timestamp event_time = 1;
    • getEventTimeBuilder

      public com.google.protobuf.Timestamp.Builder getEventTimeBuilder()
       This should be precisely the time when this event happened, and not when
       the event proto was created or sent.
       
      .google.protobuf.Timestamp event_time = 1;
    • getEventTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder()
       This should be precisely the time when this event happened, and not when
       the event proto was created or sent.
       
      .google.protobuf.Timestamp event_time = 1;
      Specified by:
      getEventTimeOrBuilder in interface BuildEventOrBuilder
    • hasInvocationAttemptStarted

      public boolean hasInvocationAttemptStarted()
       An invocation attempt has started.
       
      .google.devtools.build.v1.BuildEvent.InvocationAttemptStarted invocation_attempt_started = 51;
      Specified by:
      hasInvocationAttemptStarted in interface BuildEventOrBuilder
      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:
      getInvocationAttemptStarted in interface BuildEventOrBuilder
      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:
      getInvocationAttemptStartedOrBuilder in interface BuildEventOrBuilder
    • hasInvocationAttemptFinished

      public boolean hasInvocationAttemptFinished()
       An invocation attempt has finished.
       
      .google.devtools.build.v1.BuildEvent.InvocationAttemptFinished invocation_attempt_finished = 52;
      Specified by:
      hasInvocationAttemptFinished in interface BuildEventOrBuilder
      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:
      getInvocationAttemptFinished in interface BuildEventOrBuilder
      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:
      getInvocationAttemptFinishedOrBuilder in interface BuildEventOrBuilder
    • hasBuildEnqueued

      public boolean hasBuildEnqueued()
       The build is enqueued.
       
      .google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
      Specified by:
      hasBuildEnqueued in interface BuildEventOrBuilder
      Returns:
      Whether the buildEnqueued field is set.
    • getBuildEnqueued

      public BuildEvent.BuildEnqueued getBuildEnqueued()
       The build is enqueued.
       
      .google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
      Specified by:
      getBuildEnqueued in interface BuildEventOrBuilder
      Returns:
      The buildEnqueued.
    • setBuildEnqueued

      public BuildEvent.Builder setBuildEnqueued(BuildEvent.BuildEnqueued value)
       The build is enqueued.
       
      .google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
    • setBuildEnqueued

      public BuildEvent.Builder setBuildEnqueued(BuildEvent.BuildEnqueued.Builder builderForValue)
       The build is enqueued.
       
      .google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
    • mergeBuildEnqueued

      public BuildEvent.Builder mergeBuildEnqueued(BuildEvent.BuildEnqueued value)
       The build is enqueued.
       
      .google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
    • clearBuildEnqueued

      public BuildEvent.Builder clearBuildEnqueued()
       The build is enqueued.
       
      .google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
    • getBuildEnqueuedBuilder

      public BuildEvent.BuildEnqueued.Builder getBuildEnqueuedBuilder()
       The build is enqueued.
       
      .google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
    • getBuildEnqueuedOrBuilder

      public BuildEvent.BuildEnqueuedOrBuilder getBuildEnqueuedOrBuilder()
       The build is enqueued.
       
      .google.devtools.build.v1.BuildEvent.BuildEnqueued build_enqueued = 53;
      Specified by:
      getBuildEnqueuedOrBuilder in interface BuildEventOrBuilder
    • 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:
      hasBuildFinished in interface BuildEventOrBuilder
      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:
      getBuildFinished in interface BuildEventOrBuilder
      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:
      getBuildFinishedOrBuilder in interface BuildEventOrBuilder
    • hasConsoleOutput

      public boolean hasConsoleOutput()
       An event containing printed text.
       
      .google.devtools.build.v1.BuildEvent.ConsoleOutput console_output = 56;
      Specified by:
      hasConsoleOutput in interface BuildEventOrBuilder
      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:
      getConsoleOutput in interface BuildEventOrBuilder
      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:
      getConsoleOutputOrBuilder in interface BuildEventOrBuilder
    • 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:
      hasComponentStreamFinished in interface BuildEventOrBuilder
      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:
      getComponentStreamFinished in interface BuildEventOrBuilder
      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:
      getComponentStreamFinishedOrBuilder in interface BuildEventOrBuilder
    • hasBazelEvent

      public boolean hasBazelEvent()
       Structured build event generated by Bazel about its execution progress.
       
      .google.protobuf.Any bazel_event = 60;
      Specified by:
      hasBazelEvent in interface BuildEventOrBuilder
      Returns:
      Whether the bazelEvent field is set.
    • getBazelEvent

      public com.google.protobuf.Any getBazelEvent()
       Structured build event generated by Bazel about its execution progress.
       
      .google.protobuf.Any bazel_event = 60;
      Specified by:
      getBazelEvent in interface BuildEventOrBuilder
      Returns:
      The bazelEvent.
    • setBazelEvent

      public BuildEvent.Builder setBazelEvent(com.google.protobuf.Any value)
       Structured build event generated by Bazel about its execution progress.
       
      .google.protobuf.Any bazel_event = 60;
    • setBazelEvent

      public BuildEvent.Builder setBazelEvent(com.google.protobuf.Any.Builder builderForValue)
       Structured build event generated by Bazel about its execution progress.
       
      .google.protobuf.Any bazel_event = 60;
    • mergeBazelEvent

      public BuildEvent.Builder mergeBazelEvent(com.google.protobuf.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 com.google.protobuf.Any.Builder getBazelEventBuilder()
       Structured build event generated by Bazel about its execution progress.
       
      .google.protobuf.Any bazel_event = 60;
    • getBazelEventOrBuilder

      public com.google.protobuf.AnyOrBuilder getBazelEventOrBuilder()
       Structured build event generated by Bazel about its execution progress.
       
      .google.protobuf.Any bazel_event = 60;
      Specified by:
      getBazelEventOrBuilder in interface BuildEventOrBuilder
    • hasBuildExecutionEvent

      public boolean hasBuildExecutionEvent()
       An event that contains supplemental tool-specific information about
       build execution.
       
      .google.protobuf.Any build_execution_event = 61;
      Specified by:
      hasBuildExecutionEvent in interface BuildEventOrBuilder
      Returns:
      Whether the buildExecutionEvent field is set.
    • getBuildExecutionEvent

      public com.google.protobuf.Any getBuildExecutionEvent()
       An event that contains supplemental tool-specific information about
       build execution.
       
      .google.protobuf.Any build_execution_event = 61;
      Specified by:
      getBuildExecutionEvent in interface BuildEventOrBuilder
      Returns:
      The buildExecutionEvent.
    • setBuildExecutionEvent

      public BuildEvent.Builder setBuildExecutionEvent(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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 com.google.protobuf.Any.Builder getBuildExecutionEventBuilder()
       An event that contains supplemental tool-specific information about
       build execution.
       
      .google.protobuf.Any build_execution_event = 61;
    • getBuildExecutionEventOrBuilder

      public com.google.protobuf.AnyOrBuilder getBuildExecutionEventOrBuilder()
       An event that contains supplemental tool-specific information about
       build execution.
       
      .google.protobuf.Any build_execution_event = 61;
      Specified by:
      getBuildExecutionEventOrBuilder in interface BuildEventOrBuilder
    • hasSourceFetchEvent

      public boolean hasSourceFetchEvent()
       An event that contains supplemental tool-specific information about
       source fetching.
       
      .google.protobuf.Any source_fetch_event = 62;
      Specified by:
      hasSourceFetchEvent in interface BuildEventOrBuilder
      Returns:
      Whether the sourceFetchEvent field is set.
    • getSourceFetchEvent

      public com.google.protobuf.Any getSourceFetchEvent()
       An event that contains supplemental tool-specific information about
       source fetching.
       
      .google.protobuf.Any source_fetch_event = 62;
      Specified by:
      getSourceFetchEvent in interface BuildEventOrBuilder
      Returns:
      The sourceFetchEvent.
    • setSourceFetchEvent

      public BuildEvent.Builder setSourceFetchEvent(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.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 com.google.protobuf.Any.Builder getSourceFetchEventBuilder()
       An event that contains supplemental tool-specific information about
       source fetching.
       
      .google.protobuf.Any source_fetch_event = 62;
    • getSourceFetchEventOrBuilder

      public com.google.protobuf.AnyOrBuilder getSourceFetchEventOrBuilder()
       An event that contains supplemental tool-specific information about
       source fetching.
       
      .google.protobuf.Any source_fetch_event = 62;
      Specified by:
      getSourceFetchEventOrBuilder in interface BuildEventOrBuilder