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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description BuildEventStreamProtos.FilegetDirectoryOutput(int index)Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.intgetDirectoryOutputCount()Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.java.util.List<BuildEventStreamProtos.File>getDirectoryOutputList()Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.BuildEventStreamProtos.FileOrBuildergetDirectoryOutputOrBuilder(int index)Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.java.util.List<? extends BuildEventStreamProtos.FileOrBuilder>getDirectoryOutputOrBuilderList()Report output artifacts (referenced transitively via output_group) which emit directories instead of singleton files.com.google.devtools.build.lib.server.FailureDetails.FailureDetailgetFailureDetail()Failure information about the target, only populated if success is false, and sometimes not even then.com.google.devtools.build.lib.server.FailureDetails.FailureDetailOrBuildergetFailureDetailOrBuilder()Failure information about the target, only populated if success is false, and sometimes not even then.BuildEventStreamProtos.FilegetImportantOutput(int index)Deprecated.intgetImportantOutputCount()Deprecated.java.util.List<BuildEventStreamProtos.File>getImportantOutputList()Deprecated.BuildEventStreamProtos.FileOrBuildergetImportantOutputOrBuilder(int index)Deprecated.java.util.List<? extends BuildEventStreamProtos.FileOrBuilder>getImportantOutputOrBuilderList()Deprecated.BuildEventStreamProtos.OutputGroupgetOutputGroup(int index)The output files are arranged by their output group.intgetOutputGroupCount()The output files are arranged by their output group.java.util.List<BuildEventStreamProtos.OutputGroup>getOutputGroupList()The output files are arranged by their output group.BuildEventStreamProtos.OutputGroupOrBuildergetOutputGroupOrBuilder(int index)The output files are arranged by their output group.java.util.List<? extends BuildEventStreamProtos.OutputGroupOrBuilder>getOutputGroupOrBuilderList()The output files are arranged by their output group.booleangetSuccess()bool success = 1;java.lang.StringgetTag(int index)List of tags associated with this configured target.com.google.protobuf.ByteStringgetTagBytes(int index)List of tags associated with this configured target.intgetTagCount()List of tags associated with this configured target.java.util.List<java.lang.String>getTagList()List of tags associated with this configured target.java.lang.StringgetTargetKind()Deprecated.build_event_stream.TargetComplete.target_kind is deprecated.com.google.protobuf.ByteStringgetTargetKindBytes()Deprecated.build_event_stream.TargetComplete.target_kind is deprecated.BuildEventStreamProtos.TestSizegetTestSize()Deprecated.build_event_stream.TargetComplete.test_size is deprecated.intgetTestSizeValue()Deprecated.build_event_stream.TargetComplete.test_size is deprecated.com.google.protobuf.DurationgetTestTimeout()The timeout specified for test actions under this configured target.com.google.protobuf.DurationOrBuildergetTestTimeoutOrBuilder()The timeout specified for test actions under this configured target.longgetTestTimeoutSeconds()Deprecated.build_event_stream.TargetComplete.test_timeout_seconds is deprecated.booleanhasFailureDetail()Failure information about the target, only populated if success is false, and sometimes not even then.booleanhasTestTimeout()The timeout specified for test actions under this configured target.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSuccess
boolean getSuccess()
bool success = 1;- Returns:
- The success.
-
getTargetKind
@Deprecated 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=559The 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 src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=559The 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 src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=563The 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 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=563The 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
java.util.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
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
java.util.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 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];
-
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 java.util.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
java.util.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
java.util.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
java.util.List<java.lang.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
java.lang.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 src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=588The 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
com.google.devtools.build.lib.server.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
com.google.devtools.build.lib.server.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;
-
-