public final class _ScoreRange extends com.google.protobuf.GeneratedMessageV3 implements _ScoreRangeOrBuilder
Query APIs using ScoreRange may match more than the limit of 8192 elements. These apis will include an offset and limit parameter pair, which can be used to page through score ranges matching many elements. ScoreRange models half-open ranges: 0..4 refers to scores 0, 1.1234, 2.5 and 3.999.Protobuf type
leaderboard._ScoreRange| Modifier and Type | Class and Description |
|---|---|
static class |
_ScoreRange.Builder
Query APIs using ScoreRange may match more than the limit of 8192 elements.
|
static class |
_ScoreRange.MaxCase |
static class |
_ScoreRange.MinCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_EXCLUSIVE_FIELD_NUMBER |
static int |
MIN_INCLUSIVE_FIELD_NUMBER |
static int |
UNBOUNDED_MAX_FIELD_NUMBER |
static int |
UNBOUNDED_MIN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static _ScoreRange |
getDefaultInstance() |
_ScoreRange |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
_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.
|
com.google.protobuf.Parser<_ScoreRange> |
getParserForType() |
int |
getSerializedSize() |
_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; |
int |
hashCode() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static _ScoreRange.Builder |
newBuilder(_ScoreRange prototype) |
static _ScoreRange.Builder |
newBuilder() |
_ScoreRange.Builder |
newBuilderForType() |
protected _ScoreRange.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static _ScoreRange |
parseDelimitedFrom(java.io.InputStream input) |
static _ScoreRange |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static _ScoreRange |
parseFrom(byte[] data) |
static _ScoreRange |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static _ScoreRange |
parseFrom(java.nio.ByteBuffer data) |
static _ScoreRange |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static _ScoreRange |
parseFrom(com.google.protobuf.ByteString data) |
static _ScoreRange |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static _ScoreRange |
parseFrom(com.google.protobuf.CodedInputStream input) |
static _ScoreRange |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static _ScoreRange |
parseFrom(java.io.InputStream input) |
static _ScoreRange |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<_ScoreRange> |
parser() |
_ScoreRange.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int UNBOUNDED_MIN_FIELD_NUMBER
public static final int MIN_INCLUSIVE_FIELD_NUMBER
public static final int UNBOUNDED_MAX_FIELD_NUMBER
public static final int MAX_EXCLUSIVE_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public _ScoreRange.MinCase getMinCase()
getMinCase in interface _ScoreRangeOrBuilderpublic _ScoreRange.MaxCase getMaxCase()
getMaxCase in interface _ScoreRangeOrBuilderpublic boolean hasUnboundedMin()
.leaderboard._Unbounded unbounded_min = 1;hasUnboundedMin in interface _ScoreRangeOrBuilderpublic _Unbounded getUnboundedMin()
.leaderboard._Unbounded unbounded_min = 1;getUnboundedMin in interface _ScoreRangeOrBuilderpublic _UnboundedOrBuilder getUnboundedMinOrBuilder()
.leaderboard._Unbounded unbounded_min = 1;getUnboundedMinOrBuilder in interface _ScoreRangeOrBuilderpublic boolean hasMinInclusive()
IEEE 754 single precision 32 bit floating point number. Momento does not support NaN or Inf in leaderboards.
float min_inclusive = 2;hasMinInclusive in interface _ScoreRangeOrBuilderpublic float getMinInclusive()
IEEE 754 single precision 32 bit floating point number. Momento does not support NaN or Inf in leaderboards.
float min_inclusive = 2;getMinInclusive in interface _ScoreRangeOrBuilderpublic boolean hasUnboundedMax()
.leaderboard._Unbounded unbounded_max = 3;hasUnboundedMax in interface _ScoreRangeOrBuilderpublic _Unbounded getUnboundedMax()
.leaderboard._Unbounded unbounded_max = 3;getUnboundedMax in interface _ScoreRangeOrBuilderpublic _UnboundedOrBuilder getUnboundedMaxOrBuilder()
.leaderboard._Unbounded unbounded_max = 3;getUnboundedMaxOrBuilder in interface _ScoreRangeOrBuilderpublic boolean hasMaxExclusive()
IEEE 754 single precision 32 bit floating point number. Momento does not support NaN or Inf in leaderboards.
float max_exclusive = 4;hasMaxExclusive in interface _ScoreRangeOrBuilderpublic float getMaxExclusive()
IEEE 754 single precision 32 bit floating point number. Momento does not support NaN or Inf in leaderboards.
float max_exclusive = 4;getMaxExclusive in interface _ScoreRangeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static _ScoreRange parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _ScoreRange parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _ScoreRange parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _ScoreRange parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _ScoreRange parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _ScoreRange parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _ScoreRange parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static _ScoreRange parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static _ScoreRange parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static _ScoreRange parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static _ScoreRange parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static _ScoreRange parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic _ScoreRange.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static _ScoreRange.Builder newBuilder()
public static _ScoreRange.Builder newBuilder(_ScoreRange prototype)
public _ScoreRange.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected _ScoreRange.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static _ScoreRange getDefaultInstance()
public static com.google.protobuf.Parser<_ScoreRange> parser()
public com.google.protobuf.Parser<_ScoreRange> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public _ScoreRange getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder