Interface ExecutionStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionStats, ExecutionStats.Builder
@Generated
public interface ExecutionStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongMaximum allowed node executions.longTotal number of node executions in this chain.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
-
getNodeCount
long getNodeCount()Total number of node executions in this chain.
int64 node_count = 1;- Returns:
- The nodeCount.
-
getMaxCount
long getMaxCount()Maximum allowed node executions.
int64 max_count = 2;- Returns:
- The maxCount.
-