public interface LimitOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getLimit()
Limit the result to be returned.
|
boolean |
hasLimit()
Limit the result to be returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLimit()
Limit the result to be returned.
optional uint64 limit = 1 [(.gogoproto.nullable) = false];
long getLimit()
Limit the result to be returned.
optional uint64 limit = 1 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.