Class BuildEventStreamProtos.TargetComplete.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.TargetComplete.Builder>
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TargetComplete.Builder
All Implemented Interfaces:
BuildEventStreamProtos.TargetCompleteOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BuildEventStreamProtos.TargetComplete

public static final class BuildEventStreamProtos.TargetComplete.Builder extends com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.TargetComplete.Builder> implements BuildEventStreamProtos.TargetCompleteOrBuilder
 Payload of the event indicating the completion of a target. The target is
 specified in the id. If the target failed the root causes are provided as
 children events.
 
Protobuf type build_event_stream.TargetComplete
  • 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<BuildEventStreamProtos.TargetComplete.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<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.GeneratedMessage.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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

    • isInitialized

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

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

      public boolean getSuccess()
      bool success = 1;
      Specified by:
      getSuccess in interface BuildEventStreamProtos.TargetCompleteOrBuilder
      Returns:
      The success.
    • setSuccess

      public BuildEventStreamProtos.TargetComplete.Builder setSuccess(boolean value)
      bool success = 1;
      Parameters:
      value - The success to set.
      Returns:
      This builder for chaining.
    • clearSuccess

      bool success = 1;
      Returns:
      This builder for chaining.
    • getTargetKind

      @Deprecated public String getTargetKind()
      Deprecated.
      build_event_stream.TargetComplete.target_kind is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=626
       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 third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=626
       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.
      build_event_stream.TargetComplete.target_kind is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=626
       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.
      build_event_stream.TargetComplete.target_kind is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=626
       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 third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=626
       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 third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=630
       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 third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=630
       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.
      build_event_stream.TargetComplete.test_size is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=630
       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.
      build_event_stream.TargetComplete.test_size is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=630
       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.
      build_event_stream.TargetComplete.test_size is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=630
       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.
    • getOutputGroupList

      public List<BuildEventStreamProtos.OutputGroup> getOutputGroupList()
       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:
      getOutputGroupList in interface BuildEventStreamProtos.TargetCompleteOrBuilder
    • 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
    • getOutputGroup

      public BuildEventStreamProtos.OutputGroup getOutputGroup(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;
      Specified by:
      getOutputGroup in interface BuildEventStreamProtos.TargetCompleteOrBuilder
    • setOutputGroup

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

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

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

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

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

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

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

      public BuildEventStreamProtos.OutputGroupOrBuilder getOutputGroupOrBuilder(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;
      Specified by:
      getOutputGroupOrBuilder in interface BuildEventStreamProtos.TargetCompleteOrBuilder
    • getOutputGroupOrBuilderList

      public List<? extends BuildEventStreamProtos.OutputGroupOrBuilder> getOutputGroupOrBuilderList()
       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:
      getOutputGroupOrBuilderList in interface BuildEventStreamProtos.TargetCompleteOrBuilder
    • 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 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 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.
       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.
       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.
       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.
       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.
       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.
       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.
       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.
       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];
    • getImportantOutputOrBuilder

      @Deprecated public BuildEventStreamProtos.FileOrBuilder getImportantOutputOrBuilder(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:
      getImportantOutputOrBuilder in interface BuildEventStreamProtos.TargetCompleteOrBuilder
    • getImportantOutputOrBuilderList

      @Deprecated public List<? extends BuildEventStreamProtos.FileOrBuilder> getImportantOutputOrBuilderList()
      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:
      getImportantOutputOrBuilderList in interface BuildEventStreamProtos.TargetCompleteOrBuilder
    • 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 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];
    • getDirectoryOutputList

      public List<BuildEventStreamProtos.File> getDirectoryOutputList()
       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:
      getDirectoryOutputList in interface BuildEventStreamProtos.TargetCompleteOrBuilder
    • 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
    • getDirectoryOutput

      public BuildEventStreamProtos.File getDirectoryOutput(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;
      Specified by:
      getDirectoryOutput 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;
    • setDirectoryOutput

      public BuildEventStreamProtos.TargetComplete.Builder setDirectoryOutput(int index, BuildEventStreamProtos.File.Builder builderForValue)
       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

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

       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.Builder builderForValue)
       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

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

      public BuildEventStreamProtos.FileOrBuilder getDirectoryOutputOrBuilder(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;
      Specified by:
      getDirectoryOutputOrBuilder in interface BuildEventStreamProtos.TargetCompleteOrBuilder
    • getDirectoryOutputOrBuilderList

      public List<? extends BuildEventStreamProtos.FileOrBuilder> getDirectoryOutputOrBuilderList()
       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:
      getDirectoryOutputOrBuilderList in interface BuildEventStreamProtos.TargetCompleteOrBuilder
    • 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 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;
    • getTagList

      public com.google.protobuf.ProtocolStringList getTagList()
       List of tags associated with this configured target.
       
      repeated string tag = 3;
      Specified by:
      getTagList in interface BuildEventStreamProtos.TargetCompleteOrBuilder
      Returns:
      A list containing the tag.
    • getTagCount

      public int getTagCount()
       List of tags associated with this configured target.
       
      repeated string tag = 3;
      Specified by:
      getTagCount in interface BuildEventStreamProtos.TargetCompleteOrBuilder
      Returns:
      The count of tag.
    • getTag

      public 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, 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

       List of tags associated with this configured target.
       
      repeated string tag = 3;
      Parameters:
      value - The tag to add.
      Returns:
      This builder for chaining.
    • addAllTag

       List of tags associated with this configured target.
       
      repeated string tag = 3;
      Parameters:
      values - The tag to add.
      Returns:
      This builder for chaining.
    • clearTag

       List of tags associated with this configured target.
       
      repeated string tag = 3;
      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 third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=655
       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 third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=655
       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.
      build_event_stream.TargetComplete.test_timeout_seconds is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=655
       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;
    • clearTestTimeout

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

      public com.google.protobuf.DurationOrBuilder getTestTimeoutOrBuilder()
       The timeout specified for test actions under this configured target.
       
      .google.protobuf.Duration test_timeout = 10;
      Specified by:
      getTestTimeoutOrBuilder in interface BuildEventStreamProtos.TargetCompleteOrBuilder
    • 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

       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

       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

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

      public FailureDetails.FailureDetailOrBuilder getFailureDetailOrBuilder()
       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:
      getFailureDetailOrBuilder in interface BuildEventStreamProtos.TargetCompleteOrBuilder