Interface BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCountOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCount,BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCount.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildMetrics.ActionSummary
public static interface BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCountOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getCount
int getCount()int32 count = 2;- Returns:
- The count.
-
getExecKind
String getExecKind()string exec_kind = 3;- Returns:
- The execKind.
-
getExecKindBytes
com.google.protobuf.ByteString getExecKindBytes()string exec_kind = 3;- Returns:
- The bytes for execKind.
-