Interface RegularLimitParametersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegularLimitParameters,RegularLimitParameters.Builder
@Generated
public interface RegularLimitParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 branches = 2;booleanbool cumulative = 6;longint64 failures = 3;booleanbool smart_time_check = 5;longint64 solutions = 4;longgetTime()TODO(user): Specify the time units or switch to google.Duration proto.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
-
getTime
long getTime()TODO(user): Specify the time units or switch to google.Duration proto.
int64 time = 1;- Returns:
- The time.
-
getBranches
long getBranches()int64 branches = 2;- Returns:
- The branches.
-
getFailures
long getFailures()int64 failures = 3;- Returns:
- The failures.
-
getSolutions
long getSolutions()int64 solutions = 4;- Returns:
- The solutions.
-
getSmartTimeCheck
boolean getSmartTimeCheck()bool smart_time_check = 5;- Returns:
- The smartTimeCheck.
-
getCumulative
boolean getCumulative()bool cumulative = 6;- Returns:
- The cumulative.
-