public interface RegularLimitParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBranches()
int64 branches = 2; |
boolean |
getCumulative()
bool cumulative = 6; |
long |
getFailures()
int64 failures = 3; |
boolean |
getSmartTimeCheck()
bool smart_time_check = 5; |
long |
getSolutions()
int64 solutions = 4; |
long |
getTime()
TODO(user): Specify the time units or switch to google.Duration proto.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getTime()
TODO(user): Specify the time units or switch to google.Duration proto.
int64 time = 1;
long getBranches()
int64 branches = 2;
long getFailures()
int64 failures = 3;
long getSolutions()
int64 solutions = 4;
boolean getSmartTimeCheck()
bool smart_time_check = 5;
boolean getCumulative()
bool cumulative = 6;
Copyright © 2025. All rights reserved.