Class BuildEventStreamProtos.TargetComplete.Builder

    • 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<BuildEventStreamProtos.TargetComplete.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<BuildEventStreamProtos.TargetComplete.Builder>
      • getDefaultInstanceForType

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

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

        public BuildEventStreamProtos.TargetComplete buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public BuildEventStreamProtos.TargetComplete.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<BuildEventStreamProtos.TargetComplete.Builder>
        Throws:
        java.io.IOException
      • getTargetKind

        @Deprecated
        public java.lang.String getTargetKind()
        Deprecated.
        build_event_stream.TargetComplete.target_kind is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=559
         The kind of target (e.g.,  e.g. "cc_library rule", "source file",
         "generated file") where the completion is reported.
         Deprecated: use the target_kind field in TargetConfigured instead.
         
        string target_kind = 5 [deprecated = true];
        Specified by:
        getTargetKind in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Returns:
        The targetKind.
      • getTargetKindBytes

        @Deprecated
        public com.google.protobuf.ByteString getTargetKindBytes()
        Deprecated.
        build_event_stream.TargetComplete.target_kind is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=559
         The kind of target (e.g.,  e.g. "cc_library rule", "source file",
         "generated file") where the completion is reported.
         Deprecated: use the target_kind field in TargetConfigured instead.
         
        string target_kind = 5 [deprecated = true];
        Specified by:
        getTargetKindBytes in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Returns:
        The bytes for targetKind.
      • setTargetKind

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder setTargetKind​(java.lang.String value)
        Deprecated.
        build_event_stream.TargetComplete.target_kind is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=559
         The kind of target (e.g.,  e.g. "cc_library rule", "source file",
         "generated file") where the completion is reported.
         Deprecated: use the target_kind field in TargetConfigured instead.
         
        string target_kind = 5 [deprecated = true];
        Parameters:
        value - The targetKind to set.
        Returns:
        This builder for chaining.
      • clearTargetKind

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder clearTargetKind()
        Deprecated.
        build_event_stream.TargetComplete.target_kind is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=559
         The kind of target (e.g.,  e.g. "cc_library rule", "source file",
         "generated file") where the completion is reported.
         Deprecated: use the target_kind field in TargetConfigured instead.
         
        string target_kind = 5 [deprecated = true];
        Returns:
        This builder for chaining.
      • setTargetKindBytes

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder setTargetKindBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        build_event_stream.TargetComplete.target_kind is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=559
         The kind of target (e.g.,  e.g. "cc_library rule", "source file",
         "generated file") where the completion is reported.
         Deprecated: use the target_kind field in TargetConfigured instead.
         
        string target_kind = 5 [deprecated = true];
        Parameters:
        value - The bytes for targetKind to set.
        Returns:
        This builder for chaining.
      • getTestSizeValue

        @Deprecated
        public int getTestSizeValue()
        Deprecated.
        build_event_stream.TargetComplete.test_size is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=563
         The size of the test, if the target is a test target. Unset otherwise.
         Deprecated: use the test_size field in TargetConfigured instead.
         
        .build_event_stream.TestSize test_size = 6 [deprecated = true];
        Specified by:
        getTestSizeValue in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Returns:
        The enum numeric value on the wire for testSize.
      • setTestSizeValue

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder setTestSizeValue​(int value)
        Deprecated.
        build_event_stream.TargetComplete.test_size is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=563
         The size of the test, if the target is a test target. Unset otherwise.
         Deprecated: use the test_size field in TargetConfigured instead.
         
        .build_event_stream.TestSize test_size = 6 [deprecated = true];
        Parameters:
        value - The enum numeric value on the wire for testSize to set.
        Returns:
        This builder for chaining.
      • getTestSize

        @Deprecated
        public BuildEventStreamProtos.TestSize getTestSize()
        Deprecated.
        build_event_stream.TargetComplete.test_size is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=563
         The size of the test, if the target is a test target. Unset otherwise.
         Deprecated: use the test_size field in TargetConfigured instead.
         
        .build_event_stream.TestSize test_size = 6 [deprecated = true];
        Specified by:
        getTestSize in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Returns:
        The testSize.
      • setTestSize

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder setTestSize​(BuildEventStreamProtos.TestSize value)
        Deprecated.
        build_event_stream.TargetComplete.test_size is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=563
         The size of the test, if the target is a test target. Unset otherwise.
         Deprecated: use the test_size field in TargetConfigured instead.
         
        .build_event_stream.TestSize test_size = 6 [deprecated = true];
        Parameters:
        value - The testSize to set.
        Returns:
        This builder for chaining.
      • clearTestSize

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder clearTestSize()
        Deprecated.
        build_event_stream.TargetComplete.test_size is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=563
         The size of the test, if the target is a test target. Unset otherwise.
         Deprecated: use the test_size field in TargetConfigured instead.
         
        .build_event_stream.TestSize test_size = 6 [deprecated = true];
        Returns:
        This builder for chaining.
      • getOutputGroupCount

        public int getOutputGroupCount()
         The output files are arranged by their output group. If an output file
         is part of multiple output groups, it appears once in each output
         group.
         
        repeated .build_event_stream.OutputGroup output_group = 2;
        Specified by:
        getOutputGroupCount in interface BuildEventStreamProtos.TargetCompleteOrBuilder
      • clearOutputGroup

        public BuildEventStreamProtos.TargetComplete.Builder clearOutputGroup()
         The output files are arranged by their output group. If an output file
         is part of multiple output groups, it appears once in each output
         group.
         
        repeated .build_event_stream.OutputGroup output_group = 2;
      • removeOutputGroup

        public BuildEventStreamProtos.TargetComplete.Builder removeOutputGroup​(int index)
         The output files are arranged by their output group. If an output file
         is part of multiple output groups, it appears once in each output
         group.
         
        repeated .build_event_stream.OutputGroup output_group = 2;
      • getOutputGroupBuilder

        public BuildEventStreamProtos.OutputGroup.Builder getOutputGroupBuilder​(int index)
         The output files are arranged by their output group. If an output file
         is part of multiple output groups, it appears once in each output
         group.
         
        repeated .build_event_stream.OutputGroup output_group = 2;
      • addOutputGroupBuilder

        public BuildEventStreamProtos.OutputGroup.Builder addOutputGroupBuilder()
         The output files are arranged by their output group. If an output file
         is part of multiple output groups, it appears once in each output
         group.
         
        repeated .build_event_stream.OutputGroup output_group = 2;
      • addOutputGroupBuilder

        public BuildEventStreamProtos.OutputGroup.Builder addOutputGroupBuilder​(int index)
         The output files are arranged by their output group. If an output file
         is part of multiple output groups, it appears once in each output
         group.
         
        repeated .build_event_stream.OutputGroup output_group = 2;
      • getOutputGroupBuilderList

        public java.util.List<BuildEventStreamProtos.OutputGroup.Builder> getOutputGroupBuilderList()
         The output files are arranged by their output group. If an output file
         is part of multiple output groups, it appears once in each output
         group.
         
        repeated .build_event_stream.OutputGroup output_group = 2;
      • getImportantOutputList

        @Deprecated
        public java.util.List<BuildEventStreamProtos.File> getImportantOutputList()
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
        Specified by:
        getImportantOutputList in interface BuildEventStreamProtos.TargetCompleteOrBuilder
      • getImportantOutputCount

        @Deprecated
        public int getImportantOutputCount()
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
        Specified by:
        getImportantOutputCount in interface BuildEventStreamProtos.TargetCompleteOrBuilder
      • getImportantOutput

        @Deprecated
        public BuildEventStreamProtos.File getImportantOutput​(int index)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
        Specified by:
        getImportantOutput in interface BuildEventStreamProtos.TargetCompleteOrBuilder
      • setImportantOutput

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder setImportantOutput​(int index,
                                                                                BuildEventStreamProtos.File value)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • setImportantOutput

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder setImportantOutput​(int index,
                                                                                BuildEventStreamProtos.File.Builder builderForValue)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • addImportantOutput

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder addImportantOutput​(BuildEventStreamProtos.File value)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • addImportantOutput

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder addImportantOutput​(int index,
                                                                                BuildEventStreamProtos.File value)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • addImportantOutput

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder addImportantOutput​(BuildEventStreamProtos.File.Builder builderForValue)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • addImportantOutput

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder addImportantOutput​(int index,
                                                                                BuildEventStreamProtos.File.Builder builderForValue)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • addAllImportantOutput

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder addAllImportantOutput​(java.lang.Iterable<? extends BuildEventStreamProtos.File> values)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • clearImportantOutput

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder clearImportantOutput()
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • removeImportantOutput

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder removeImportantOutput​(int index)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • getImportantOutputBuilder

        @Deprecated
        public BuildEventStreamProtos.File.Builder getImportantOutputBuilder​(int index)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • addImportantOutputBuilder

        @Deprecated
        public BuildEventStreamProtos.File.Builder addImportantOutputBuilder()
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • addImportantOutputBuilder

        @Deprecated
        public BuildEventStreamProtos.File.Builder addImportantOutputBuilder​(int index)
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • getImportantOutputBuilderList

        @Deprecated
        public java.util.List<BuildEventStreamProtos.File.Builder> getImportantOutputBuilderList()
        Deprecated.
         Temporarily, also report the important outputs directly. This is only to
         allow existing clients help transition to the deduplicated representation;
         new clients should not use it.
         
        repeated .build_event_stream.File important_output = 4 [deprecated = true];
      • getDirectoryOutputCount

        public int getDirectoryOutputCount()
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
        Specified by:
        getDirectoryOutputCount in interface BuildEventStreamProtos.TargetCompleteOrBuilder
      • setDirectoryOutput

        public BuildEventStreamProtos.TargetComplete.Builder setDirectoryOutput​(int index,
                                                                                BuildEventStreamProtos.File value)
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
      • addDirectoryOutput

        public BuildEventStreamProtos.TargetComplete.Builder addDirectoryOutput​(BuildEventStreamProtos.File value)
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
      • addDirectoryOutput

        public BuildEventStreamProtos.TargetComplete.Builder addDirectoryOutput​(int index,
                                                                                BuildEventStreamProtos.File value)
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
      • addAllDirectoryOutput

        public BuildEventStreamProtos.TargetComplete.Builder addAllDirectoryOutput​(java.lang.Iterable<? extends BuildEventStreamProtos.File> values)
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
      • clearDirectoryOutput

        public BuildEventStreamProtos.TargetComplete.Builder clearDirectoryOutput()
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
      • removeDirectoryOutput

        public BuildEventStreamProtos.TargetComplete.Builder removeDirectoryOutput​(int index)
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
      • getDirectoryOutputBuilder

        public BuildEventStreamProtos.File.Builder getDirectoryOutputBuilder​(int index)
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
      • addDirectoryOutputBuilder

        public BuildEventStreamProtos.File.Builder addDirectoryOutputBuilder()
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
      • addDirectoryOutputBuilder

        public BuildEventStreamProtos.File.Builder addDirectoryOutputBuilder​(int index)
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
      • getDirectoryOutputBuilderList

        public java.util.List<BuildEventStreamProtos.File.Builder> getDirectoryOutputBuilderList()
         Report output artifacts (referenced transitively via output_group) which
         emit directories instead of singleton files. These directory_output entries
         will never include a uri.
         
        repeated .build_event_stream.File directory_output = 8;
      • getTag

        public java.lang.String getTag​(int index)
         List of tags associated with this configured target.
         
        repeated string tag = 3;
        Specified by:
        getTag in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The tag at the given index.
      • getTagBytes

        public com.google.protobuf.ByteString getTagBytes​(int index)
         List of tags associated with this configured target.
         
        repeated string tag = 3;
        Specified by:
        getTagBytes in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tag at the given index.
      • setTag

        public BuildEventStreamProtos.TargetComplete.Builder setTag​(int index,
                                                                    java.lang.String value)
         List of tags associated with this configured target.
         
        repeated string tag = 3;
        Parameters:
        index - The index to set the value at.
        value - The tag to set.
        Returns:
        This builder for chaining.
      • addTag

        public BuildEventStreamProtos.TargetComplete.Builder addTag​(java.lang.String value)
         List of tags associated with this configured target.
         
        repeated string tag = 3;
        Parameters:
        value - The tag to add.
        Returns:
        This builder for chaining.
      • addAllTag

        public BuildEventStreamProtos.TargetComplete.Builder addAllTag​(java.lang.Iterable<java.lang.String> values)
         List of tags associated with this configured target.
         
        repeated string tag = 3;
        Parameters:
        values - The tag to add.
        Returns:
        This builder for chaining.
      • addTagBytes

        public BuildEventStreamProtos.TargetComplete.Builder addTagBytes​(com.google.protobuf.ByteString value)
         List of tags associated with this configured target.
         
        repeated string tag = 3;
        Parameters:
        value - The bytes of the tag to add.
        Returns:
        This builder for chaining.
      • getTestTimeoutSeconds

        @Deprecated
        public long getTestTimeoutSeconds()
        Deprecated.
        build_event_stream.TargetComplete.test_timeout_seconds is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=588
         The timeout specified for test actions under this configured target.
         Deprecated, use `test_timeout` instead.
         TODO(yannic): Remove.
         
        int64 test_timeout_seconds = 7 [deprecated = true];
        Specified by:
        getTestTimeoutSeconds in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Returns:
        The testTimeoutSeconds.
      • setTestTimeoutSeconds

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder setTestTimeoutSeconds​(long value)
        Deprecated.
        build_event_stream.TargetComplete.test_timeout_seconds is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=588
         The timeout specified for test actions under this configured target.
         Deprecated, use `test_timeout` instead.
         TODO(yannic): Remove.
         
        int64 test_timeout_seconds = 7 [deprecated = true];
        Parameters:
        value - The testTimeoutSeconds to set.
        Returns:
        This builder for chaining.
      • clearTestTimeoutSeconds

        @Deprecated
        public BuildEventStreamProtos.TargetComplete.Builder clearTestTimeoutSeconds()
        Deprecated.
        build_event_stream.TargetComplete.test_timeout_seconds is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=588
         The timeout specified for test actions under this configured target.
         Deprecated, use `test_timeout` instead.
         TODO(yannic): Remove.
         
        int64 test_timeout_seconds = 7 [deprecated = true];
        Returns:
        This builder for chaining.
      • hasTestTimeout

        public boolean hasTestTimeout()
         The timeout specified for test actions under this configured target.
         
        .google.protobuf.Duration test_timeout = 10;
        Specified by:
        hasTestTimeout in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Returns:
        Whether the testTimeout field is set.
      • getTestTimeout

        public com.google.protobuf.Duration getTestTimeout()
         The timeout specified for test actions under this configured target.
         
        .google.protobuf.Duration test_timeout = 10;
        Specified by:
        getTestTimeout in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Returns:
        The testTimeout.
      • setTestTimeout

        public BuildEventStreamProtos.TargetComplete.Builder setTestTimeout​(com.google.protobuf.Duration value)
         The timeout specified for test actions under this configured target.
         
        .google.protobuf.Duration test_timeout = 10;
      • setTestTimeout

        public BuildEventStreamProtos.TargetComplete.Builder setTestTimeout​(com.google.protobuf.Duration.Builder builderForValue)
         The timeout specified for test actions under this configured target.
         
        .google.protobuf.Duration test_timeout = 10;
      • mergeTestTimeout

        public BuildEventStreamProtos.TargetComplete.Builder mergeTestTimeout​(com.google.protobuf.Duration value)
         The timeout specified for test actions under this configured target.
         
        .google.protobuf.Duration test_timeout = 10;
      • getTestTimeoutBuilder

        public com.google.protobuf.Duration.Builder getTestTimeoutBuilder()
         The timeout specified for test actions under this configured target.
         
        .google.protobuf.Duration test_timeout = 10;
      • hasFailureDetail

        public boolean hasFailureDetail()
         Failure information about the target, only populated if success is false,
         and sometimes not even then. Equal to one of the ActionExecuted
         failure_detail fields for one of the root cause ActionExecuted events.
         
        .failure_details.FailureDetail failure_detail = 9;
        Specified by:
        hasFailureDetail in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Returns:
        Whether the failureDetail field is set.
      • getFailureDetail

        public FailureDetails.FailureDetail getFailureDetail()
         Failure information about the target, only populated if success is false,
         and sometimes not even then. Equal to one of the ActionExecuted
         failure_detail fields for one of the root cause ActionExecuted events.
         
        .failure_details.FailureDetail failure_detail = 9;
        Specified by:
        getFailureDetail in interface BuildEventStreamProtos.TargetCompleteOrBuilder
        Returns:
        The failureDetail.
      • setFailureDetail

        public BuildEventStreamProtos.TargetComplete.Builder setFailureDetail​(FailureDetails.FailureDetail value)
         Failure information about the target, only populated if success is false,
         and sometimes not even then. Equal to one of the ActionExecuted
         failure_detail fields for one of the root cause ActionExecuted events.
         
        .failure_details.FailureDetail failure_detail = 9;
      • setFailureDetail

        public BuildEventStreamProtos.TargetComplete.Builder setFailureDetail​(FailureDetails.FailureDetail.Builder builderForValue)
         Failure information about the target, only populated if success is false,
         and sometimes not even then. Equal to one of the ActionExecuted
         failure_detail fields for one of the root cause ActionExecuted events.
         
        .failure_details.FailureDetail failure_detail = 9;
      • mergeFailureDetail

        public BuildEventStreamProtos.TargetComplete.Builder mergeFailureDetail​(FailureDetails.FailureDetail value)
         Failure information about the target, only populated if success is false,
         and sometimes not even then. Equal to one of the ActionExecuted
         failure_detail fields for one of the root cause ActionExecuted events.
         
        .failure_details.FailureDetail failure_detail = 9;
      • clearFailureDetail

        public BuildEventStreamProtos.TargetComplete.Builder clearFailureDetail()
         Failure information about the target, only populated if success is false,
         and sometimes not even then. Equal to one of the ActionExecuted
         failure_detail fields for one of the root cause ActionExecuted events.
         
        .failure_details.FailureDetail failure_detail = 9;
      • getFailureDetailBuilder

        public FailureDetails.FailureDetail.Builder getFailureDetailBuilder()
         Failure information about the target, only populated if success is false,
         and sometimes not even then. Equal to one of the ActionExecuted
         failure_detail fields for one of the root cause ActionExecuted events.
         
        .failure_details.FailureDetail failure_detail = 9;