Interface BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,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 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;ByteStringgetNameBytes()string name = 2;DurationgetTime().google.protobuf.Duration time = 4;longgetTimeMillis()Deprecated.DurationOrBuildergetTimeOrBuilder().google.protobuf.Duration time = 4;booleanhasTime().google.protobuf.Duration time = 4;-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
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
ByteString getNameBytes()
string name = 2;- Returns:
- The bytes for name.
-
getTimeMillis
@Deprecated long getTimeMillis()
Deprecated.Deprecated, 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
Duration getTime()
.google.protobuf.Duration time = 4;- Returns:
- The time.
-
getTimeOrBuilder
DurationOrBuilder getTimeOrBuilder()
.google.protobuf.Duration time = 4;
-
-