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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdowngetChild(int index)repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;intgetChildCount()repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;java.util.List<BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown>getChildList()repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuildergetChildOrBuilder(int index)repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;java.util.List<? extends BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder>getChildOrBuilderList()repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;java.lang.StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;com.google.protobuf.DurationgetTime().google.protobuf.Duration time = 4;longgetTimeMillis()Deprecated.build_event_stream.TestResult.ExecutionInfo.TimingBreakdown.time_millis is deprecated.com.google.protobuf.DurationOrBuildergetTimeOrBuilder().google.protobuf.Duration time = 4;booleanhasTime().google.protobuf.Duration time = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChildList
java.util.List<BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown> getChildList()
repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;
-
getChild
BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown getChild(int index)
repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;
-
getChildCount
int getChildCount()
repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;
-
getChildOrBuilderList
java.util.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
java.lang.String getName()
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;- Returns:
- The bytes for name.
-
getTimeMillis
@Deprecated long getTimeMillis()
Deprecated.build_event_stream.TestResult.ExecutionInfo.TimingBreakdown.time_millis is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=687Deprecated, 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;
-
-