public static final class TestResults.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder> implements TestResultsOrBuilder
The output of one benchmark / test run. Each run contains a list of tests or benchmarks, stored as BenchmarkEntry messages. This message should be emitted by the reporter (which runs the test / BM in a subprocess and then reads the emitted BenchmarkEntry messages; usually from a serialized json file, finally collecting them along with additional information about the test run.Protobuf type
tensorflow.TestResults| Modifier and Type | Method and Description |
|---|---|
TestResults.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TestResults |
build() |
TestResults |
buildPartial() |
TestResults.Builder |
clear() |
TestResults.Builder |
clearBenchmarkType()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
TestResults.Builder |
clearBuildConfiguration()
The configuration of the build (compiled opt? with cuda? any copts?)
|
TestResults.Builder |
clearCommitId()
The commit id (git hash or changelist)
|
TestResults.Builder |
clearEntries()
The list of tests or benchmarks in this run.
|
TestResults.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TestResults.Builder |
clearMachineConfiguration()
Machine-specific parameters (Platform and CPU info)
|
TestResults.Builder |
clearName()
Benchmark target identifier.
|
TestResults.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TestResults.Builder |
clearRunConfiguration()
Run-specific parameters (arguments, etc)
|
TestResults.Builder |
clearRunMode()
Used for differentiating between continuous and debug builds.
|
TestResults.Builder |
clearRunTime()
The amount of time the total run took (wall time in seconds)
|
TestResults.Builder |
clearStartTime()
The time the run started (in seconds of UTC time since Unix epoch)
|
TestResults.Builder |
clearTarget()
The target of the run, e.g.:
//tensorflow/core:kernels_adjust_contrast_op_benchmark_test
|
TestResults.Builder |
clone() |
TestResults.BenchmarkType |
getBenchmarkType()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
int |
getBenchmarkTypeValue()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
BuildConfiguration |
getBuildConfiguration()
The configuration of the build (compiled opt? with cuda? any copts?)
|
BuildConfiguration.Builder |
getBuildConfigurationBuilder()
The configuration of the build (compiled opt? with cuda? any copts?)
|
BuildConfigurationOrBuilder |
getBuildConfigurationOrBuilder()
The configuration of the build (compiled opt? with cuda? any copts?)
|
CommitId |
getCommitId()
The commit id (git hash or changelist)
|
CommitId.Builder |
getCommitIdBuilder()
The commit id (git hash or changelist)
|
CommitIdOrBuilder |
getCommitIdOrBuilder()
The commit id (git hash or changelist)
|
TestResults |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
BenchmarkEntries |
getEntries()
The list of tests or benchmarks in this run.
|
BenchmarkEntries.Builder |
getEntriesBuilder()
The list of tests or benchmarks in this run.
|
BenchmarkEntriesOrBuilder |
getEntriesOrBuilder()
The list of tests or benchmarks in this run.
|
MachineConfiguration |
getMachineConfiguration()
Machine-specific parameters (Platform and CPU info)
|
MachineConfiguration.Builder |
getMachineConfigurationBuilder()
Machine-specific parameters (Platform and CPU info)
|
MachineConfigurationOrBuilder |
getMachineConfigurationOrBuilder()
Machine-specific parameters (Platform and CPU info)
|
String |
getName()
Benchmark target identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Benchmark target identifier.
|
RunConfiguration |
getRunConfiguration()
Run-specific parameters (arguments, etc)
|
RunConfiguration.Builder |
getRunConfigurationBuilder()
Run-specific parameters (arguments, etc)
|
RunConfigurationOrBuilder |
getRunConfigurationOrBuilder()
Run-specific parameters (arguments, etc)
|
String |
getRunMode()
Used for differentiating between continuous and debug builds.
|
com.google.protobuf.ByteString |
getRunModeBytes()
Used for differentiating between continuous and debug builds.
|
double |
getRunTime()
The amount of time the total run took (wall time in seconds)
|
long |
getStartTime()
The time the run started (in seconds of UTC time since Unix epoch)
|
String |
getTarget()
The target of the run, e.g.:
//tensorflow/core:kernels_adjust_contrast_op_benchmark_test
|
com.google.protobuf.ByteString |
getTargetBytes()
The target of the run, e.g.:
//tensorflow/core:kernels_adjust_contrast_op_benchmark_test
|
boolean |
hasBuildConfiguration()
The configuration of the build (compiled opt? with cuda? any copts?)
|
boolean |
hasCommitId()
The commit id (git hash or changelist)
|
boolean |
hasEntries()
The list of tests or benchmarks in this run.
|
boolean |
hasMachineConfiguration()
Machine-specific parameters (Platform and CPU info)
|
boolean |
hasRunConfiguration()
Run-specific parameters (arguments, etc)
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TestResults.Builder |
mergeBuildConfiguration(BuildConfiguration value)
The configuration of the build (compiled opt? with cuda? any copts?)
|
TestResults.Builder |
mergeCommitId(CommitId value)
The commit id (git hash or changelist)
|
TestResults.Builder |
mergeEntries(BenchmarkEntries value)
The list of tests or benchmarks in this run.
|
TestResults.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TestResults.Builder |
mergeFrom(com.google.protobuf.Message other) |
TestResults.Builder |
mergeFrom(TestResults other) |
TestResults.Builder |
mergeMachineConfiguration(MachineConfiguration value)
Machine-specific parameters (Platform and CPU info)
|
TestResults.Builder |
mergeRunConfiguration(RunConfiguration value)
Run-specific parameters (arguments, etc)
|
TestResults.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TestResults.Builder |
setBenchmarkType(TestResults.BenchmarkType value)
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
TestResults.Builder |
setBenchmarkTypeValue(int value)
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
TestResults.Builder |
setBuildConfiguration(BuildConfiguration.Builder builderForValue)
The configuration of the build (compiled opt? with cuda? any copts?)
|
TestResults.Builder |
setBuildConfiguration(BuildConfiguration value)
The configuration of the build (compiled opt? with cuda? any copts?)
|
TestResults.Builder |
setCommitId(CommitId.Builder builderForValue)
The commit id (git hash or changelist)
|
TestResults.Builder |
setCommitId(CommitId value)
The commit id (git hash or changelist)
|
TestResults.Builder |
setEntries(BenchmarkEntries.Builder builderForValue)
The list of tests or benchmarks in this run.
|
TestResults.Builder |
setEntries(BenchmarkEntries value)
The list of tests or benchmarks in this run.
|
TestResults.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TestResults.Builder |
setMachineConfiguration(MachineConfiguration.Builder builderForValue)
Machine-specific parameters (Platform and CPU info)
|
TestResults.Builder |
setMachineConfiguration(MachineConfiguration value)
Machine-specific parameters (Platform and CPU info)
|
TestResults.Builder |
setName(String value)
Benchmark target identifier.
|
TestResults.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Benchmark target identifier.
|
TestResults.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TestResults.Builder |
setRunConfiguration(RunConfiguration.Builder builderForValue)
Run-specific parameters (arguments, etc)
|
TestResults.Builder |
setRunConfiguration(RunConfiguration value)
Run-specific parameters (arguments, etc)
|
TestResults.Builder |
setRunMode(String value)
Used for differentiating between continuous and debug builds.
|
TestResults.Builder |
setRunModeBytes(com.google.protobuf.ByteString value)
Used for differentiating between continuous and debug builds.
|
TestResults.Builder |
setRunTime(double value)
The amount of time the total run took (wall time in seconds)
|
TestResults.Builder |
setStartTime(long value)
The time the run started (in seconds of UTC time since Unix epoch)
|
TestResults.Builder |
setTarget(String value)
The target of the run, e.g.:
//tensorflow/core:kernels_adjust_contrast_op_benchmark_test
|
TestResults.Builder |
setTargetBytes(com.google.protobuf.ByteString value)
The target of the run, e.g.:
//tensorflow/core:kernels_adjust_contrast_op_benchmark_test
|
TestResults.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public TestResults.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public TestResults getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TestResults build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TestResults buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TestResults.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public TestResults.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public TestResults.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public TestResults.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public TestResults.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public TestResults.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public TestResults.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TestResults.Builder>public TestResults.Builder mergeFrom(TestResults other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public TestResults.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TestResults.Builder>IOExceptionpublic String getTarget()
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1;getTarget in interface TestResultsOrBuilderpublic com.google.protobuf.ByteString getTargetBytes()
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1;getTargetBytes in interface TestResultsOrBuilderpublic TestResults.Builder setTarget(String value)
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1;public TestResults.Builder clearTarget()
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1;public TestResults.Builder setTargetBytes(com.google.protobuf.ByteString value)
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1;public boolean hasEntries()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;hasEntries in interface TestResultsOrBuilderpublic BenchmarkEntries getEntries()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;getEntries in interface TestResultsOrBuilderpublic TestResults.Builder setEntries(BenchmarkEntries value)
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;public TestResults.Builder setEntries(BenchmarkEntries.Builder builderForValue)
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;public TestResults.Builder mergeEntries(BenchmarkEntries value)
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;public TestResults.Builder clearEntries()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;public BenchmarkEntries.Builder getEntriesBuilder()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;public BenchmarkEntriesOrBuilder getEntriesOrBuilder()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;getEntriesOrBuilder in interface TestResultsOrBuilderpublic boolean hasBuildConfiguration()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;hasBuildConfiguration in interface TestResultsOrBuilderpublic BuildConfiguration getBuildConfiguration()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;getBuildConfiguration in interface TestResultsOrBuilderpublic TestResults.Builder setBuildConfiguration(BuildConfiguration value)
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;public TestResults.Builder setBuildConfiguration(BuildConfiguration.Builder builderForValue)
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;public TestResults.Builder mergeBuildConfiguration(BuildConfiguration value)
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;public TestResults.Builder clearBuildConfiguration()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;public BuildConfiguration.Builder getBuildConfigurationBuilder()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;public BuildConfigurationOrBuilder getBuildConfigurationOrBuilder()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;getBuildConfigurationOrBuilder in interface TestResultsOrBuilderpublic boolean hasCommitId()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;hasCommitId in interface TestResultsOrBuilderpublic CommitId getCommitId()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;getCommitId in interface TestResultsOrBuilderpublic TestResults.Builder setCommitId(CommitId value)
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;public TestResults.Builder setCommitId(CommitId.Builder builderForValue)
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;public TestResults.Builder mergeCommitId(CommitId value)
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;public TestResults.Builder clearCommitId()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;public CommitId.Builder getCommitIdBuilder()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;public CommitIdOrBuilder getCommitIdOrBuilder()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;getCommitIdOrBuilder in interface TestResultsOrBuilderpublic long getStartTime()
The time the run started (in seconds of UTC time since Unix epoch)
int64 start_time = 5;getStartTime in interface TestResultsOrBuilderpublic TestResults.Builder setStartTime(long value)
The time the run started (in seconds of UTC time since Unix epoch)
int64 start_time = 5;public TestResults.Builder clearStartTime()
The time the run started (in seconds of UTC time since Unix epoch)
int64 start_time = 5;public double getRunTime()
The amount of time the total run took (wall time in seconds)
double run_time = 6;getRunTime in interface TestResultsOrBuilderpublic TestResults.Builder setRunTime(double value)
The amount of time the total run took (wall time in seconds)
double run_time = 6;public TestResults.Builder clearRunTime()
The amount of time the total run took (wall time in seconds)
double run_time = 6;public boolean hasMachineConfiguration()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;hasMachineConfiguration in interface TestResultsOrBuilderpublic MachineConfiguration getMachineConfiguration()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;getMachineConfiguration in interface TestResultsOrBuilderpublic TestResults.Builder setMachineConfiguration(MachineConfiguration value)
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;public TestResults.Builder setMachineConfiguration(MachineConfiguration.Builder builderForValue)
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;public TestResults.Builder mergeMachineConfiguration(MachineConfiguration value)
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;public TestResults.Builder clearMachineConfiguration()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;public MachineConfiguration.Builder getMachineConfigurationBuilder()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;public MachineConfigurationOrBuilder getMachineConfigurationOrBuilder()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;getMachineConfigurationOrBuilder in interface TestResultsOrBuilderpublic boolean hasRunConfiguration()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;hasRunConfiguration in interface TestResultsOrBuilderpublic RunConfiguration getRunConfiguration()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;getRunConfiguration in interface TestResultsOrBuilderpublic TestResults.Builder setRunConfiguration(RunConfiguration value)
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;public TestResults.Builder setRunConfiguration(RunConfiguration.Builder builderForValue)
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;public TestResults.Builder mergeRunConfiguration(RunConfiguration value)
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;public TestResults.Builder clearRunConfiguration()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;public RunConfiguration.Builder getRunConfigurationBuilder()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;public RunConfigurationOrBuilder getRunConfigurationOrBuilder()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;getRunConfigurationOrBuilder in interface TestResultsOrBuilderpublic String getName()
Benchmark target identifier.
string name = 9;getName in interface TestResultsOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Benchmark target identifier.
string name = 9;getNameBytes in interface TestResultsOrBuilderpublic TestResults.Builder setName(String value)
Benchmark target identifier.
string name = 9;public TestResults.Builder clearName()
Benchmark target identifier.
string name = 9;public TestResults.Builder setNameBytes(com.google.protobuf.ByteString value)
Benchmark target identifier.
string name = 9;public int getBenchmarkTypeValue()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;getBenchmarkTypeValue in interface TestResultsOrBuilderpublic TestResults.Builder setBenchmarkTypeValue(int value)
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;public TestResults.BenchmarkType getBenchmarkType()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;getBenchmarkType in interface TestResultsOrBuilderpublic TestResults.Builder setBenchmarkType(TestResults.BenchmarkType value)
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;public TestResults.Builder clearBenchmarkType()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;public String getRunMode()
Used for differentiating between continuous and debug builds. Must be one of: * cbuild: results from continuous build. * presubmit: results from oneshot requests. * culprit: results from culprit finder rerun.
string run_mode = 11;getRunMode in interface TestResultsOrBuilderpublic com.google.protobuf.ByteString getRunModeBytes()
Used for differentiating between continuous and debug builds. Must be one of: * cbuild: results from continuous build. * presubmit: results from oneshot requests. * culprit: results from culprit finder rerun.
string run_mode = 11;getRunModeBytes in interface TestResultsOrBuilderpublic TestResults.Builder setRunMode(String value)
Used for differentiating between continuous and debug builds. Must be one of: * cbuild: results from continuous build. * presubmit: results from oneshot requests. * culprit: results from culprit finder rerun.
string run_mode = 11;public TestResults.Builder clearRunMode()
Used for differentiating between continuous and debug builds. Must be one of: * cbuild: results from continuous build. * presubmit: results from oneshot requests. * culprit: results from culprit finder rerun.
string run_mode = 11;public TestResults.Builder setRunModeBytes(com.google.protobuf.ByteString value)
Used for differentiating between continuous and debug builds. Must be one of: * cbuild: results from continuous build. * presubmit: results from oneshot requests. * culprit: results from culprit finder rerun.
string run_mode = 11;public final TestResults.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>public final TestResults.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TestResults.Builder>Copyright © 2015–2019. All rights reserved.