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 Summary
Modifier and TypeMethodDescriptiongetDirectoryOutput(int index) Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.intReport output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.getDirectoryOutputOrBuilder(int index) Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.List<? extends BuildEventStreamProtos.FileOrBuilder>Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.Failure information about the target, only populated if success is false, and sometimes not even then.Failure information about the target, only populated if success is false, and sometimes not even then.getImportantOutput(int index) Deprecated.intDeprecated.Deprecated.getImportantOutputOrBuilder(int index) Deprecated.List<? extends BuildEventStreamProtos.FileOrBuilder>Deprecated.getOutputGroup(int index) The output files are arranged by their output group.intThe output files are arranged by their output group.The output files are arranged by their output group.getOutputGroupOrBuilder(int index) The output files are arranged by their output group.List<? extends BuildEventStreamProtos.OutputGroupOrBuilder>The output files are arranged by their output group.booleanbool success = 1;getTag(int index) List of tags associated with this configured target.com.google.protobuf.ByteStringgetTagBytes(int index) List of tags associated with this configured target.intList of tags associated with this configured target.List of tags associated with this configured target.Deprecated.build_event_stream.TargetComplete.target_kind is deprecated.com.google.protobuf.ByteStringDeprecated.build_event_stream.TargetComplete.target_kind is deprecated.Deprecated.build_event_stream.TargetComplete.test_size is deprecated.intDeprecated.build_event_stream.TargetComplete.test_size is deprecated.com.google.protobuf.DurationThe timeout specified for test actions under this configured target.com.google.protobuf.DurationOrBuilderThe timeout specified for test actions under this configured target.longDeprecated.build_event_stream.TargetComplete.test_timeout_seconds is deprecated.booleanFailure information about the target, only populated if success is false, and sometimes not even then.booleanThe timeout specified for test actions under this configured target.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSuccess
boolean getSuccess()bool success = 1;- Returns:
- The success.
-
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=626The 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.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=626The 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.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=630The 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=630The 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
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; -
getOutputGroup
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
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.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.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.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.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.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
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
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 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
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.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=655The 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;
-