Interface BuildEventStreamProtos.TargetCompleteOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.TargetComplete, BuildEventStreamProtos.TargetComplete.Builder
Enclosing class:
BuildEventStreamProtos

public static interface BuildEventStreamProtos.TargetCompleteOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSuccess

      boolean getSuccess()
      bool success = 1;
      Returns:
      The success.
    • getTargetKind

      @Deprecated 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];
      Returns:
      The targetKind.
    • getTargetKindBytes

      @Deprecated 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];
      Returns:
      The bytes for targetKind.
    • getTestSizeValue

      @Deprecated 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];
      Returns:
      The enum numeric value on the wire for testSize.
    • 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];
      Returns:
      The testSize.
    • 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;
    • getOutputGroup

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

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

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

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

      @Deprecated 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];
    • getImportantOutput

      @Deprecated 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];
    • getImportantOutputCount

      @Deprecated 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];
    • getImportantOutputOrBuilderList

      @Deprecated 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];
    • getImportantOutputOrBuilder

      @Deprecated 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];
    • getDirectoryOutputList

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

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

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

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

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

      List<String> getTagList()
       List of tags associated with this configured target.
       
      repeated string tag = 3;
      Returns:
      A list containing the tag.
    • getTagCount

      int getTagCount()
       List of tags associated with this configured target.
       
      repeated string tag = 3;
      Returns:
      The count of tag.
    • getTag

      String getTag(int index)
       List of tags associated with this configured target.
       
      repeated string tag = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tag at the given index.
    • getTagBytes

      com.google.protobuf.ByteString getTagBytes(int index)
       List of tags associated with this configured target.
       
      repeated string tag = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tag at the given index.
    • getTestTimeoutSeconds

      @Deprecated 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];
      Returns:
      The testTimeoutSeconds.
    • hasTestTimeout

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

      com.google.protobuf.Duration getTestTimeout()
       The timeout specified for test actions under this configured target.
       
      .google.protobuf.Duration test_timeout = 10;
      Returns:
      The testTimeout.
    • getTestTimeoutOrBuilder

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

      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;
      Returns:
      Whether the failureDetail field is set.
    • getFailureDetail

      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;
      Returns:
      The failureDetail.
    • getFailureDetailOrBuilder

      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;