public interface BucketOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCount()
optional int64 count = 1 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getLowerBound()
optional bytes lower_bound = 2; |
long |
getRepeats()
optional int64 repeats = 4 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getUpperBound()
optional bytes upper_bound = 3; |
boolean |
hasCount()
optional int64 count = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasLowerBound()
optional bytes lower_bound = 2; |
boolean |
hasRepeats()
optional int64 repeats = 4 [(.gogoproto.nullable) = false]; |
boolean |
hasUpperBound()
optional bytes upper_bound = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCount()
optional int64 count = 1 [(.gogoproto.nullable) = false];
long getCount()
optional int64 count = 1 [(.gogoproto.nullable) = false];
boolean hasLowerBound()
optional bytes lower_bound = 2;
com.google.protobuf.ByteString getLowerBound()
optional bytes lower_bound = 2;
boolean hasUpperBound()
optional bytes upper_bound = 3;
com.google.protobuf.ByteString getUpperBound()
optional bytes upper_bound = 3;
boolean hasRepeats()
optional int64 repeats = 4 [(.gogoproto.nullable) = false];
long getRepeats()
optional int64 repeats = 4 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.