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 TypeMethodDescriptionlong
int64 branches = 2;
boolean
bool cumulative = 6;
long
int64 failures = 3;
boolean
bool smart_time_check = 5;
long
int64 solutions = 4;
long
getTime()
TODO(user): Specify the time units or switch to google.Duration proto.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 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.
-