Class BuildEventStreamProtos.TestSummary.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestSummary.Builder
-
- All Implemented Interfaces:
BuildEventStreamProtos.TestSummaryOrBuilder,Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- BuildEventStreamProtos.TestSummary
public static final class BuildEventStreamProtos.TestSummary.Builder extends GeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder> implements BuildEventStreamProtos.TestSummaryOrBuilder
Payload of the event summarizing a test.
Protobuf typebuild_event_stream.TestSummary
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Description copied from class:GeneratedMessageV3.BuilderGet the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
clear
public BuildEventStreamProtos.TestSummary.Builder clear()
Description copied from class:GeneratedMessageV3.BuilderCalled by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
Description copied from interface:Message.BuilderGet the message's type's descriptor. SeeMessageOrBuilder.getDescriptorForType().- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
getDefaultInstanceForType
public BuildEventStreamProtos.TestSummary getDefaultInstanceForType()
Description copied from interface:MessageLiteOrBuilderGet an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()method of generated message classes in that this method is an abstract method of theMessageLiteinterface whereasgetDefaultInstance()is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
public BuildEventStreamProtos.TestSummary build()
Description copied from interface:MessageLite.BuilderConstructs the message based on the state of the Builder. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
public BuildEventStreamProtos.TestSummary buildPartial()
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields. Instead, a partial message is returned. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
public BuildEventStreamProtos.TestSummary.Builder clone()
Description copied from interface:MessageLite.BuilderClones the Builder.- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>- See Also:
Object.clone()
-
setField
public BuildEventStreamProtos.TestSummary.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Description copied from interface:Message.BuilderSets a field to the given value. The value must be of the correct type for this field, i.e. the same type thatMessageOrBuilder.getField(Descriptors.FieldDescriptor)would return.- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
clearField
public BuildEventStreamProtos.TestSummary.Builder clearField(Descriptors.FieldDescriptor field)
Description copied from interface:Message.BuilderClears the field. This is exactly equivalent to calling the generated "clear" accessor method corresponding to the field.- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
clearOneof
public BuildEventStreamProtos.TestSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Description copied from class:AbstractMessage.BuilderTODO(jieluo): Clear it when all subclasses have implemented this method.- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
setRepeatedField
public BuildEventStreamProtos.TestSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Description copied from interface:Message.BuilderSets an element of a repeated field to the given value. The value must be of the correct type for this field, i.e. the same type thatMessageOrBuilder.getRepeatedField(Descriptors.FieldDescriptor,int)would return.- Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
addRepeatedField
public BuildEventStreamProtos.TestSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
Description copied from interface:Message.BuilderLikesetRepeatedField, but appends the value as a new element.- Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
mergeFrom
public BuildEventStreamProtos.TestSummary.Builder mergeFrom(Message other)
Description copied from interface:Message.BuilderMergeotherinto the message being built.othermust have the exact same type asthis(i.e.getDescriptorForType() == other.getDescriptorForType()).Merging occurs as follows. For each field:
* For singular primitive fields, if the field is set inother, thenother's value overwrites the value in this message.
* For singular message fields, if the field is set inother, it is merged into the corresponding sub-message of this message using the same merging rules.
* For repeated fields, the elements inotherare concatenated with the elements in this message.
* For oneof groups, if the other message has one of the fields set, the group of this message is cleared and replaced by the field of the other message, so that the oneof constraint is preserved.This is equivalent to the
Message::MergeFrommethod in C++.- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
mergeFrom
public BuildEventStreamProtos.TestSummary.Builder mergeFrom(BuildEventStreamProtos.TestSummary other)
-
isInitialized
public final boolean isInitialized()
Description copied from interface:MessageLiteOrBuilderReturns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
mergeFrom
public BuildEventStreamProtos.TestSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions. The extensions that you want to be able to parse must be registered inextensionRegistry. Extensions not in the registry will be treated as unknown fields.- Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<BuildEventStreamProtos.TestSummary.Builder>- Throws:
java.io.IOException
-
getOverallStatusValue
public int getOverallStatusValue()
Wrapper around BlazeTestStatus to support importing that enum to proto3. Overall status of test, accumulated over all runs, shards, and attempts.
.build_event_stream.TestStatus overall_status = 5;- Specified by:
getOverallStatusValuein interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The enum numeric value on the wire for overallStatus.
-
setOverallStatusValue
public BuildEventStreamProtos.TestSummary.Builder setOverallStatusValue(int value)
Wrapper around BlazeTestStatus to support importing that enum to proto3. Overall status of test, accumulated over all runs, shards, and attempts.
.build_event_stream.TestStatus overall_status = 5;- Parameters:
value- The enum numeric value on the wire for overallStatus to set.- Returns:
- This builder for chaining.
-
getOverallStatus
public BuildEventStreamProtos.TestStatus getOverallStatus()
Wrapper around BlazeTestStatus to support importing that enum to proto3. Overall status of test, accumulated over all runs, shards, and attempts.
.build_event_stream.TestStatus overall_status = 5;- Specified by:
getOverallStatusin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The overallStatus.
-
setOverallStatus
public BuildEventStreamProtos.TestSummary.Builder setOverallStatus(BuildEventStreamProtos.TestStatus value)
Wrapper around BlazeTestStatus to support importing that enum to proto3. Overall status of test, accumulated over all runs, shards, and attempts.
.build_event_stream.TestStatus overall_status = 5;- Parameters:
value- The overallStatus to set.- Returns:
- This builder for chaining.
-
clearOverallStatus
public BuildEventStreamProtos.TestSummary.Builder clearOverallStatus()
Wrapper around BlazeTestStatus to support importing that enum to proto3. Overall status of test, accumulated over all runs, shards, and attempts.
.build_event_stream.TestStatus overall_status = 5;- Returns:
- This builder for chaining.
-
getTotalRunCount
public int getTotalRunCount()
Total number of shard attempts. E.g., if a target has 4 runs, 3 shards, each with 2 attempts, then total_run_count will be 4*3*2 = 24.
int32 total_run_count = 1;- Specified by:
getTotalRunCountin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The totalRunCount.
-
setTotalRunCount
public BuildEventStreamProtos.TestSummary.Builder setTotalRunCount(int value)
Total number of shard attempts. E.g., if a target has 4 runs, 3 shards, each with 2 attempts, then total_run_count will be 4*3*2 = 24.
int32 total_run_count = 1;- Parameters:
value- The totalRunCount to set.- Returns:
- This builder for chaining.
-
clearTotalRunCount
public BuildEventStreamProtos.TestSummary.Builder clearTotalRunCount()
Total number of shard attempts. E.g., if a target has 4 runs, 3 shards, each with 2 attempts, then total_run_count will be 4*3*2 = 24.
int32 total_run_count = 1;- Returns:
- This builder for chaining.
-
getRunCount
public int getRunCount()
Value of runs_per_test for the test.
int32 run_count = 10;- Specified by:
getRunCountin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The runCount.
-
setRunCount
public BuildEventStreamProtos.TestSummary.Builder setRunCount(int value)
Value of runs_per_test for the test.
int32 run_count = 10;- Parameters:
value- The runCount to set.- Returns:
- This builder for chaining.
-
clearRunCount
public BuildEventStreamProtos.TestSummary.Builder clearRunCount()
Value of runs_per_test for the test.
int32 run_count = 10;- Returns:
- This builder for chaining.
-
getAttemptCount
public int getAttemptCount()
Number of attempts. If there are a different number of attempts per shard, the highest attempt count across all shards for each run is used.
int32 attempt_count = 15;- Specified by:
getAttemptCountin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The attemptCount.
-
setAttemptCount
public BuildEventStreamProtos.TestSummary.Builder setAttemptCount(int value)
Number of attempts. If there are a different number of attempts per shard, the highest attempt count across all shards for each run is used.
int32 attempt_count = 15;- Parameters:
value- The attemptCount to set.- Returns:
- This builder for chaining.
-
clearAttemptCount
public BuildEventStreamProtos.TestSummary.Builder clearAttemptCount()
Number of attempts. If there are a different number of attempts per shard, the highest attempt count across all shards for each run is used.
int32 attempt_count = 15;- Returns:
- This builder for chaining.
-
getShardCount
public int getShardCount()
Number of shards.
int32 shard_count = 11;- Specified by:
getShardCountin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The shardCount.
-
setShardCount
public BuildEventStreamProtos.TestSummary.Builder setShardCount(int value)
Number of shards.
int32 shard_count = 11;- Parameters:
value- The shardCount to set.- Returns:
- This builder for chaining.
-
clearShardCount
public BuildEventStreamProtos.TestSummary.Builder clearShardCount()
Number of shards.
int32 shard_count = 11;- Returns:
- This builder for chaining.
-
getPassedList
public java.util.List<BuildEventStreamProtos.File> getPassedList()
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;- Specified by:
getPassedListin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
getPassedCount
public int getPassedCount()
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;- Specified by:
getPassedCountin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
getPassed
public BuildEventStreamProtos.File getPassed(int index)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;- Specified by:
getPassedin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
setPassed
public BuildEventStreamProtos.TestSummary.Builder setPassed(int index, BuildEventStreamProtos.File value)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
setPassed
public BuildEventStreamProtos.TestSummary.Builder setPassed(int index, BuildEventStreamProtos.File.Builder builderForValue)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
addPassed
public BuildEventStreamProtos.TestSummary.Builder addPassed(BuildEventStreamProtos.File value)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
addPassed
public BuildEventStreamProtos.TestSummary.Builder addPassed(int index, BuildEventStreamProtos.File value)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
addPassed
public BuildEventStreamProtos.TestSummary.Builder addPassed(BuildEventStreamProtos.File.Builder builderForValue)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
addPassed
public BuildEventStreamProtos.TestSummary.Builder addPassed(int index, BuildEventStreamProtos.File.Builder builderForValue)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
addAllPassed
public BuildEventStreamProtos.TestSummary.Builder addAllPassed(java.lang.Iterable<? extends BuildEventStreamProtos.File> values)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
clearPassed
public BuildEventStreamProtos.TestSummary.Builder clearPassed()
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
removePassed
public BuildEventStreamProtos.TestSummary.Builder removePassed(int index)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
getPassedBuilder
public BuildEventStreamProtos.File.Builder getPassedBuilder(int index)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
getPassedOrBuilder
public BuildEventStreamProtos.FileOrBuilder getPassedOrBuilder(int index)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;- Specified by:
getPassedOrBuilderin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
getPassedOrBuilderList
public java.util.List<? extends BuildEventStreamProtos.FileOrBuilder> getPassedOrBuilderList()
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;- Specified by:
getPassedOrBuilderListin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
addPassedBuilder
public BuildEventStreamProtos.File.Builder addPassedBuilder()
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
addPassedBuilder
public BuildEventStreamProtos.File.Builder addPassedBuilder(int index)
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
getPassedBuilderList
public java.util.List<BuildEventStreamProtos.File.Builder> getPassedBuilderList()
Path to logs of passed runs.
repeated .build_event_stream.File passed = 3;
-
getFailedList
public java.util.List<BuildEventStreamProtos.File> getFailedList()
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;- Specified by:
getFailedListin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
getFailedCount
public int getFailedCount()
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;- Specified by:
getFailedCountin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
getFailed
public BuildEventStreamProtos.File getFailed(int index)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;- Specified by:
getFailedin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
setFailed
public BuildEventStreamProtos.TestSummary.Builder setFailed(int index, BuildEventStreamProtos.File value)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
setFailed
public BuildEventStreamProtos.TestSummary.Builder setFailed(int index, BuildEventStreamProtos.File.Builder builderForValue)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
addFailed
public BuildEventStreamProtos.TestSummary.Builder addFailed(BuildEventStreamProtos.File value)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
addFailed
public BuildEventStreamProtos.TestSummary.Builder addFailed(int index, BuildEventStreamProtos.File value)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
addFailed
public BuildEventStreamProtos.TestSummary.Builder addFailed(BuildEventStreamProtos.File.Builder builderForValue)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
addFailed
public BuildEventStreamProtos.TestSummary.Builder addFailed(int index, BuildEventStreamProtos.File.Builder builderForValue)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
addAllFailed
public BuildEventStreamProtos.TestSummary.Builder addAllFailed(java.lang.Iterable<? extends BuildEventStreamProtos.File> values)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
clearFailed
public BuildEventStreamProtos.TestSummary.Builder clearFailed()
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
removeFailed
public BuildEventStreamProtos.TestSummary.Builder removeFailed(int index)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
getFailedBuilder
public BuildEventStreamProtos.File.Builder getFailedBuilder(int index)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
getFailedOrBuilder
public BuildEventStreamProtos.FileOrBuilder getFailedOrBuilder(int index)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;- Specified by:
getFailedOrBuilderin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
getFailedOrBuilderList
public java.util.List<? extends BuildEventStreamProtos.FileOrBuilder> getFailedOrBuilderList()
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;- Specified by:
getFailedOrBuilderListin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
addFailedBuilder
public BuildEventStreamProtos.File.Builder addFailedBuilder()
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
addFailedBuilder
public BuildEventStreamProtos.File.Builder addFailedBuilder(int index)
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
getFailedBuilderList
public java.util.List<BuildEventStreamProtos.File.Builder> getFailedBuilderList()
Path to logs of failed runs;
repeated .build_event_stream.File failed = 4;
-
getTotalNumCached
public int getTotalNumCached()
Total number of cached test actions
int32 total_num_cached = 6;- Specified by:
getTotalNumCachedin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The totalNumCached.
-
setTotalNumCached
public BuildEventStreamProtos.TestSummary.Builder setTotalNumCached(int value)
Total number of cached test actions
int32 total_num_cached = 6;- Parameters:
value- The totalNumCached to set.- Returns:
- This builder for chaining.
-
clearTotalNumCached
public BuildEventStreamProtos.TestSummary.Builder clearTotalNumCached()
Total number of cached test actions
int32 total_num_cached = 6;- Returns:
- This builder for chaining.
-
getFirstStartTimeMillis
@Deprecated public long getFirstStartTimeMillis()
Deprecated.When the test first started running. Deprecated, use `first_start_time` instead. TODO(yannic): Remove.
int64 first_start_time_millis = 7 [deprecated = true];- Specified by:
getFirstStartTimeMillisin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The firstStartTimeMillis.
-
setFirstStartTimeMillis
@Deprecated public BuildEventStreamProtos.TestSummary.Builder setFirstStartTimeMillis(long value)
Deprecated.When the test first started running. Deprecated, use `first_start_time` instead. TODO(yannic): Remove.
int64 first_start_time_millis = 7 [deprecated = true];- Parameters:
value- The firstStartTimeMillis to set.- Returns:
- This builder for chaining.
-
clearFirstStartTimeMillis
@Deprecated public BuildEventStreamProtos.TestSummary.Builder clearFirstStartTimeMillis()
Deprecated.When the test first started running. Deprecated, use `first_start_time` instead. TODO(yannic): Remove.
int64 first_start_time_millis = 7 [deprecated = true];- Returns:
- This builder for chaining.
-
hasFirstStartTime
public boolean hasFirstStartTime()
When the test first started running.
.google.protobuf.Timestamp first_start_time = 13;- Specified by:
hasFirstStartTimein interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- Whether the firstStartTime field is set.
-
getFirstStartTime
public Timestamp getFirstStartTime()
When the test first started running.
.google.protobuf.Timestamp first_start_time = 13;- Specified by:
getFirstStartTimein interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The firstStartTime.
-
setFirstStartTime
public BuildEventStreamProtos.TestSummary.Builder setFirstStartTime(Timestamp value)
When the test first started running.
.google.protobuf.Timestamp first_start_time = 13;
-
setFirstStartTime
public BuildEventStreamProtos.TestSummary.Builder setFirstStartTime(Timestamp.Builder builderForValue)
When the test first started running.
.google.protobuf.Timestamp first_start_time = 13;
-
mergeFirstStartTime
public BuildEventStreamProtos.TestSummary.Builder mergeFirstStartTime(Timestamp value)
When the test first started running.
.google.protobuf.Timestamp first_start_time = 13;
-
clearFirstStartTime
public BuildEventStreamProtos.TestSummary.Builder clearFirstStartTime()
When the test first started running.
.google.protobuf.Timestamp first_start_time = 13;
-
getFirstStartTimeBuilder
public Timestamp.Builder getFirstStartTimeBuilder()
When the test first started running.
.google.protobuf.Timestamp first_start_time = 13;
-
getFirstStartTimeOrBuilder
public TimestampOrBuilder getFirstStartTimeOrBuilder()
When the test first started running.
.google.protobuf.Timestamp first_start_time = 13;- Specified by:
getFirstStartTimeOrBuilderin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
getLastStopTimeMillis
@Deprecated public long getLastStopTimeMillis()
Deprecated.When the last test action completed. Deprecated, use `last_stop_time` instead. TODO(yannic): Remove.
int64 last_stop_time_millis = 8 [deprecated = true];- Specified by:
getLastStopTimeMillisin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The lastStopTimeMillis.
-
setLastStopTimeMillis
@Deprecated public BuildEventStreamProtos.TestSummary.Builder setLastStopTimeMillis(long value)
Deprecated.When the last test action completed. Deprecated, use `last_stop_time` instead. TODO(yannic): Remove.
int64 last_stop_time_millis = 8 [deprecated = true];- Parameters:
value- The lastStopTimeMillis to set.- Returns:
- This builder for chaining.
-
clearLastStopTimeMillis
@Deprecated public BuildEventStreamProtos.TestSummary.Builder clearLastStopTimeMillis()
Deprecated.When the last test action completed. Deprecated, use `last_stop_time` instead. TODO(yannic): Remove.
int64 last_stop_time_millis = 8 [deprecated = true];- Returns:
- This builder for chaining.
-
hasLastStopTime
public boolean hasLastStopTime()
When the test first started running.
.google.protobuf.Timestamp last_stop_time = 14;- Specified by:
hasLastStopTimein interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- Whether the lastStopTime field is set.
-
getLastStopTime
public Timestamp getLastStopTime()
When the test first started running.
.google.protobuf.Timestamp last_stop_time = 14;- Specified by:
getLastStopTimein interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The lastStopTime.
-
setLastStopTime
public BuildEventStreamProtos.TestSummary.Builder setLastStopTime(Timestamp value)
When the test first started running.
.google.protobuf.Timestamp last_stop_time = 14;
-
setLastStopTime
public BuildEventStreamProtos.TestSummary.Builder setLastStopTime(Timestamp.Builder builderForValue)
When the test first started running.
.google.protobuf.Timestamp last_stop_time = 14;
-
mergeLastStopTime
public BuildEventStreamProtos.TestSummary.Builder mergeLastStopTime(Timestamp value)
When the test first started running.
.google.protobuf.Timestamp last_stop_time = 14;
-
clearLastStopTime
public BuildEventStreamProtos.TestSummary.Builder clearLastStopTime()
When the test first started running.
.google.protobuf.Timestamp last_stop_time = 14;
-
getLastStopTimeBuilder
public Timestamp.Builder getLastStopTimeBuilder()
When the test first started running.
.google.protobuf.Timestamp last_stop_time = 14;
-
getLastStopTimeOrBuilder
public TimestampOrBuilder getLastStopTimeOrBuilder()
When the test first started running.
.google.protobuf.Timestamp last_stop_time = 14;- Specified by:
getLastStopTimeOrBuilderin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
getTotalRunDurationMillis
@Deprecated public long getTotalRunDurationMillis()
Deprecated.The total runtime of the test. Deprecated, use `total_run` instead. TODO(yannic): Remove.
int64 total_run_duration_millis = 9 [deprecated = true];- Specified by:
getTotalRunDurationMillisin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The totalRunDurationMillis.
-
setTotalRunDurationMillis
@Deprecated public BuildEventStreamProtos.TestSummary.Builder setTotalRunDurationMillis(long value)
Deprecated.The total runtime of the test. Deprecated, use `total_run` instead. TODO(yannic): Remove.
int64 total_run_duration_millis = 9 [deprecated = true];- Parameters:
value- The totalRunDurationMillis to set.- Returns:
- This builder for chaining.
-
clearTotalRunDurationMillis
@Deprecated public BuildEventStreamProtos.TestSummary.Builder clearTotalRunDurationMillis()
Deprecated.The total runtime of the test. Deprecated, use `total_run` instead. TODO(yannic): Remove.
int64 total_run_duration_millis = 9 [deprecated = true];- Returns:
- This builder for chaining.
-
hasTotalRunDuration
public boolean hasTotalRunDuration()
The total runtime of the test.
.google.protobuf.Duration total_run_duration = 12;- Specified by:
hasTotalRunDurationin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- Whether the totalRunDuration field is set.
-
getTotalRunDuration
public Duration getTotalRunDuration()
The total runtime of the test.
.google.protobuf.Duration total_run_duration = 12;- Specified by:
getTotalRunDurationin interfaceBuildEventStreamProtos.TestSummaryOrBuilder- Returns:
- The totalRunDuration.
-
setTotalRunDuration
public BuildEventStreamProtos.TestSummary.Builder setTotalRunDuration(Duration value)
The total runtime of the test.
.google.protobuf.Duration total_run_duration = 12;
-
setTotalRunDuration
public BuildEventStreamProtos.TestSummary.Builder setTotalRunDuration(Duration.Builder builderForValue)
The total runtime of the test.
.google.protobuf.Duration total_run_duration = 12;
-
mergeTotalRunDuration
public BuildEventStreamProtos.TestSummary.Builder mergeTotalRunDuration(Duration value)
The total runtime of the test.
.google.protobuf.Duration total_run_duration = 12;
-
clearTotalRunDuration
public BuildEventStreamProtos.TestSummary.Builder clearTotalRunDuration()
The total runtime of the test.
.google.protobuf.Duration total_run_duration = 12;
-
getTotalRunDurationBuilder
public Duration.Builder getTotalRunDurationBuilder()
The total runtime of the test.
.google.protobuf.Duration total_run_duration = 12;
-
getTotalRunDurationOrBuilder
public DurationOrBuilder getTotalRunDurationOrBuilder()
The total runtime of the test.
.google.protobuf.Duration total_run_duration = 12;- Specified by:
getTotalRunDurationOrBuilderin interfaceBuildEventStreamProtos.TestSummaryOrBuilder
-
setUnknownFields
public final BuildEventStreamProtos.TestSummary.Builder setUnknownFields(UnknownFieldSet unknownFields)
Description copied from interface:Message.BuilderSet theUnknownFieldSetfor this message.- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
mergeUnknownFields
public final BuildEventStreamProtos.TestSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Description copied from interface:Message.BuilderMerge some unknown fields into theUnknownFieldSetfor this message.- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<BuildEventStreamProtos.TestSummary.Builder>
-
-