Class BuildEvent.Builder

  • All Implemented Interfaces:
    BuildEventOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    Enclosing class:
    BuildEvent

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

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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
      • clone

        public BuildEvent.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.Builder>
      • setField

        public BuildEvent.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                           java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.Builder>
      • clearField

        public BuildEvent.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.Builder>
      • clearOneof

        public BuildEvent.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.Builder>
      • setRepeatedField

        public BuildEvent.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   int index,
                                                   java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.Builder>
      • addRepeatedField

        public BuildEvent.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.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>
      • isInitialized

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

        public BuildEvent.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.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:
        java.io.IOException
      • hasEventTime

        public boolean hasEventTime()
         The timestamp of this event.
         
        .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()
         The timestamp of this event.
         
        .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)
         The timestamp of this event.
         
        .google.protobuf.Timestamp event_time = 1;
      • setEventTime

        public BuildEvent.Builder setEventTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The timestamp of this event.
         
        .google.protobuf.Timestamp event_time = 1;
      • mergeEventTime

        public BuildEvent.Builder mergeEventTime​(com.google.protobuf.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 com.google.protobuf.Timestamp.Builder getEventTimeBuilder()
         The timestamp of this event.
         
        .google.protobuf.Timestamp event_time = 1;
      • getEventTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder()
         The timestamp of this event.
         
        .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.
      • 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;
      • 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.
      • 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;
      • 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:
        hasBuildEnqueued in interface BuildEventOrBuilder
        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:
        getBuildEnqueued in interface BuildEventOrBuilder
        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;
      • 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;
      • 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;
      • 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.
      • 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;
      • 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
      • setUnknownFields

        public final BuildEvent.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.Builder>
      • mergeUnknownFields

        public final BuildEvent.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.Builder>