public interface _SortedSetLengthByScoreRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getExclusiveMax()
double exclusive_max = 6; |
double |
getExclusiveMin()
double exclusive_min = 3; |
double |
getInclusiveMax()
double inclusive_max = 5; |
double |
getInclusiveMin()
double inclusive_min = 2; |
_SortedSetLengthByScoreRequest.MaxCase |
getMaxCase() |
_SortedSetLengthByScoreRequest.MinCase |
getMinCase() |
com.google.protobuf.ByteString |
getSetName()
bytes set_name = 1; |
_Unbounded |
getUnboundedMax()
.cache_client._Unbounded unbounded_max = 7; |
_UnboundedOrBuilder |
getUnboundedMaxOrBuilder()
.cache_client._Unbounded unbounded_max = 7; |
_Unbounded |
getUnboundedMin()
.cache_client._Unbounded unbounded_min = 4; |
_UnboundedOrBuilder |
getUnboundedMinOrBuilder()
.cache_client._Unbounded unbounded_min = 4; |
boolean |
hasExclusiveMax()
double exclusive_max = 6; |
boolean |
hasExclusiveMin()
double exclusive_min = 3; |
boolean |
hasInclusiveMax()
double inclusive_max = 5; |
boolean |
hasInclusiveMin()
double inclusive_min = 2; |
boolean |
hasUnboundedMax()
.cache_client._Unbounded unbounded_max = 7; |
boolean |
hasUnboundedMin()
.cache_client._Unbounded unbounded_min = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getSetName()
bytes set_name = 1;boolean hasInclusiveMin()
double inclusive_min = 2;double getInclusiveMin()
double inclusive_min = 2;boolean hasExclusiveMin()
double exclusive_min = 3;double getExclusiveMin()
double exclusive_min = 3;boolean hasUnboundedMin()
.cache_client._Unbounded unbounded_min = 4;_Unbounded getUnboundedMin()
.cache_client._Unbounded unbounded_min = 4;_UnboundedOrBuilder getUnboundedMinOrBuilder()
.cache_client._Unbounded unbounded_min = 4;boolean hasInclusiveMax()
double inclusive_max = 5;double getInclusiveMax()
double inclusive_max = 5;boolean hasExclusiveMax()
double exclusive_max = 6;double getExclusiveMax()
double exclusive_max = 6;boolean hasUnboundedMax()
.cache_client._Unbounded unbounded_max = 7;_Unbounded getUnboundedMax()
.cache_client._Unbounded unbounded_max = 7;_UnboundedOrBuilder getUnboundedMaxOrBuilder()
.cache_client._Unbounded unbounded_max = 7;_SortedSetLengthByScoreRequest.MinCase getMinCase()
_SortedSetLengthByScoreRequest.MaxCase getMaxCase()