Interface BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown,BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown.Builder
- Enclosing class:
- BuildEventStreamProtos.TestResult.ExecutionInfo
public static interface BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChild(int index) repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;intrepeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;getChildOrBuilder(int index) repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;com.google.protobuf.DurationgetTime().google.protobuf.Duration time = 4;longDeprecated.build_event_stream.TestResult.ExecutionInfo.TimingBreakdown.time_millis is deprecated.com.google.protobuf.DurationOrBuilder.google.protobuf.Duration time = 4;booleanhasTime().google.protobuf.Duration time = 4;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
-
getChildList
List<BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown> getChildList()repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1; -
getChild
repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1; -
getChildCount
int getChildCount()repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1; -
getChildOrBuilderList
List<? extends BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder> getChildOrBuilderList()repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1; -
getChildOrBuilder
BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder getChildOrBuilder(int index) repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1; -
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getTimeMillis
Deprecated.build_event_stream.TestResult.ExecutionInfo.TimingBreakdown.time_millis is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=754Deprecated, use `time` instead. TODO(yannic): Remove.
int64 time_millis = 3 [deprecated = true];- Returns:
- The timeMillis.
-
hasTime
boolean hasTime().google.protobuf.Duration time = 4;- Returns:
- Whether the time field is set.
-
getTime
com.google.protobuf.Duration getTime().google.protobuf.Duration time = 4;- Returns:
- The time.
-
getTimeOrBuilder
com.google.protobuf.DurationOrBuilder getTimeOrBuilder().google.protobuf.Duration time = 4;
-