public interface _ScoreRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
_ScoreRange.MaxCase |
getMaxCase() |
float |
getMaxExclusive()
IEEE 754 single precision 32 bit floating point number.
|
_ScoreRange.MinCase |
getMinCase() |
float |
getMinInclusive()
IEEE 754 single precision 32 bit floating point number.
|
_Unbounded |
getUnboundedMax()
.leaderboard._Unbounded unbounded_max = 3; |
_UnboundedOrBuilder |
getUnboundedMaxOrBuilder()
.leaderboard._Unbounded unbounded_max = 3; |
_Unbounded |
getUnboundedMin()
.leaderboard._Unbounded unbounded_min = 1; |
_UnboundedOrBuilder |
getUnboundedMinOrBuilder()
.leaderboard._Unbounded unbounded_min = 1; |
boolean |
hasMaxExclusive()
IEEE 754 single precision 32 bit floating point number.
|
boolean |
hasMinInclusive()
IEEE 754 single precision 32 bit floating point number.
|
boolean |
hasUnboundedMax()
.leaderboard._Unbounded unbounded_max = 3; |
boolean |
hasUnboundedMin()
.leaderboard._Unbounded unbounded_min = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUnboundedMin()
.leaderboard._Unbounded unbounded_min = 1;_Unbounded getUnboundedMin()
.leaderboard._Unbounded unbounded_min = 1;_UnboundedOrBuilder getUnboundedMinOrBuilder()
.leaderboard._Unbounded unbounded_min = 1;boolean hasMinInclusive()
IEEE 754 single precision 32 bit floating point number. Momento does not support NaN or Inf in leaderboards.
float min_inclusive = 2;float getMinInclusive()
IEEE 754 single precision 32 bit floating point number. Momento does not support NaN or Inf in leaderboards.
float min_inclusive = 2;boolean hasUnboundedMax()
.leaderboard._Unbounded unbounded_max = 3;_Unbounded getUnboundedMax()
.leaderboard._Unbounded unbounded_max = 3;_UnboundedOrBuilder getUnboundedMaxOrBuilder()
.leaderboard._Unbounded unbounded_max = 3;boolean hasMaxExclusive()
IEEE 754 single precision 32 bit floating point number. Momento does not support NaN or Inf in leaderboards.
float max_exclusive = 4;float getMaxExclusive()
IEEE 754 single precision 32 bit floating point number. Momento does not support NaN or Inf in leaderboards.
float max_exclusive = 4;_ScoreRange.MinCase getMinCase()
_ScoreRange.MaxCase getMaxCase()