Interface RegularLimitParametersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegularLimitParameters,RegularLimitParameters.Builder
public interface RegularLimitParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBranches()int64 branches = 2;booleangetCumulative()bool cumulative = 6;longgetFailures()int64 failures = 3;booleangetSmartTimeCheck()bool smart_time_check = 5;longgetSolutions()int64 solutions = 4;longgetTime()TODO(user): Specify the time units or switch to google.Duration proto.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-