public static final class _SortedSetFetchRequest._ByScore extends com.google.protobuf.GeneratedMessageV3 implements _SortedSetFetchRequest._ByScoreOrBuilder
cache_client._SortedSetFetchRequest._ByScore| Modifier and Type | Class and Description |
|---|---|
static class |
_SortedSetFetchRequest._ByScore._Score
Protobuf type
cache_client._SortedSetFetchRequest._ByScore._Score |
static interface |
_SortedSetFetchRequest._ByScore._ScoreOrBuilder |
static class |
_SortedSetFetchRequest._ByScore.Builder
Protobuf type
cache_client._SortedSetFetchRequest._ByScore |
static class |
_SortedSetFetchRequest._ByScore.MaxCase |
static class |
_SortedSetFetchRequest._ByScore.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 |
COUNT_FIELD_NUMBER |
static int |
MAX_SCORE_FIELD_NUMBER |
static int |
MIN_SCORE_FIELD_NUMBER |
static int |
OFFSET_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) |
int |
getCount()
sint32 count = 6; |
static _SortedSetFetchRequest._ByScore |
getDefaultInstance() |
_SortedSetFetchRequest._ByScore |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
_SortedSetFetchRequest._ByScore.MaxCase |
getMaxCase() |
_SortedSetFetchRequest._ByScore._Score |
getMaxScore()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4; |
_SortedSetFetchRequest._ByScore._ScoreOrBuilder |
getMaxScoreOrBuilder()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4; |
_SortedSetFetchRequest._ByScore.MinCase |
getMinCase() |
_SortedSetFetchRequest._ByScore._Score |
getMinScore()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2; |
_SortedSetFetchRequest._ByScore._ScoreOrBuilder |
getMinScoreOrBuilder()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2; |
int |
getOffset()
Offset and count are used to only get a range of the matching elements,
similar to "SELECT LIMIT offset, count" in SQL.
|
com.google.protobuf.Parser<_SortedSetFetchRequest._ByScore> |
getParserForType() |
int |
getSerializedSize() |
_Unbounded |
getUnboundedMax()
.cache_client._Unbounded unbounded_max = 3; |
_UnboundedOrBuilder |
getUnboundedMaxOrBuilder()
.cache_client._Unbounded unbounded_max = 3; |
_Unbounded |
getUnboundedMin()
.cache_client._Unbounded unbounded_min = 1; |
_UnboundedOrBuilder |
getUnboundedMinOrBuilder()
.cache_client._Unbounded unbounded_min = 1; |
int |
hashCode() |
boolean |
hasMaxScore()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4; |
boolean |
hasMinScore()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2; |
boolean |
hasUnboundedMax()
.cache_client._Unbounded unbounded_max = 3; |
boolean |
hasUnboundedMin()
.cache_client._Unbounded unbounded_min = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static _SortedSetFetchRequest._ByScore.Builder |
newBuilder(_SortedSetFetchRequest._ByScore prototype) |
static _SortedSetFetchRequest._ByScore.Builder |
newBuilder() |
_SortedSetFetchRequest._ByScore.Builder |
newBuilderForType() |
protected _SortedSetFetchRequest._ByScore.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static _SortedSetFetchRequest._ByScore |
parseDelimitedFrom(java.io.InputStream input) |
static _SortedSetFetchRequest._ByScore |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static _SortedSetFetchRequest._ByScore |
parseFrom(byte[] data) |
static _SortedSetFetchRequest._ByScore |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static _SortedSetFetchRequest._ByScore |
parseFrom(java.nio.ByteBuffer data) |
static _SortedSetFetchRequest._ByScore |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static _SortedSetFetchRequest._ByScore |
parseFrom(com.google.protobuf.ByteString data) |
static _SortedSetFetchRequest._ByScore |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static _SortedSetFetchRequest._ByScore |
parseFrom(com.google.protobuf.CodedInputStream input) |
static _SortedSetFetchRequest._ByScore |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static _SortedSetFetchRequest._ByScore |
parseFrom(java.io.InputStream input) |
static _SortedSetFetchRequest._ByScore |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<_SortedSetFetchRequest._ByScore> |
parser() |
_SortedSetFetchRequest._ByScore.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_SCORE_FIELD_NUMBER
public static final int UNBOUNDED_MAX_FIELD_NUMBER
public static final int MAX_SCORE_FIELD_NUMBER
public static final int OFFSET_FIELD_NUMBER
public static final int COUNT_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 _SortedSetFetchRequest._ByScore.MinCase getMinCase()
getMinCase in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic _SortedSetFetchRequest._ByScore.MaxCase getMaxCase()
getMaxCase in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic boolean hasUnboundedMin()
.cache_client._Unbounded unbounded_min = 1;hasUnboundedMin in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic _Unbounded getUnboundedMin()
.cache_client._Unbounded unbounded_min = 1;getUnboundedMin in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic _UnboundedOrBuilder getUnboundedMinOrBuilder()
.cache_client._Unbounded unbounded_min = 1;getUnboundedMinOrBuilder in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic boolean hasMinScore()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2;hasMinScore in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic _SortedSetFetchRequest._ByScore._Score getMinScore()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2;getMinScore in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic _SortedSetFetchRequest._ByScore._ScoreOrBuilder getMinScoreOrBuilder()
.cache_client._SortedSetFetchRequest._ByScore._Score min_score = 2;getMinScoreOrBuilder in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic boolean hasUnboundedMax()
.cache_client._Unbounded unbounded_max = 3;hasUnboundedMax in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic _Unbounded getUnboundedMax()
.cache_client._Unbounded unbounded_max = 3;getUnboundedMax in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic _UnboundedOrBuilder getUnboundedMaxOrBuilder()
.cache_client._Unbounded unbounded_max = 3;getUnboundedMaxOrBuilder in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic boolean hasMaxScore()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4;hasMaxScore in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic _SortedSetFetchRequest._ByScore._Score getMaxScore()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4;getMaxScore in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic _SortedSetFetchRequest._ByScore._ScoreOrBuilder getMaxScoreOrBuilder()
.cache_client._SortedSetFetchRequest._ByScore._Score max_score = 4;getMaxScoreOrBuilder in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic int getOffset()
Offset and count are used to only get a range of the matching elements, similar to "SELECT LIMIT offset, count" in SQL. A negative count returns all elements from the offset. Use (0, -1) to return all matching elements.
uint32 offset = 5;getOffset in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic int getCount()
sint32 count = 6;getCount in interface _SortedSetFetchRequest._ByScoreOrBuilderpublic 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 _SortedSetFetchRequest._ByScore parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _SortedSetFetchRequest._ByScore parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _SortedSetFetchRequest._ByScore parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _SortedSetFetchRequest._ByScore parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _SortedSetFetchRequest._ByScore parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _SortedSetFetchRequest._ByScore parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static _SortedSetFetchRequest._ByScore parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static _SortedSetFetchRequest._ByScore parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static _SortedSetFetchRequest._ByScore parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static _SortedSetFetchRequest._ByScore parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static _SortedSetFetchRequest._ByScore parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static _SortedSetFetchRequest._ByScore parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic _SortedSetFetchRequest._ByScore.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static _SortedSetFetchRequest._ByScore.Builder newBuilder()
public static _SortedSetFetchRequest._ByScore.Builder newBuilder(_SortedSetFetchRequest._ByScore prototype)
public _SortedSetFetchRequest._ByScore.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected _SortedSetFetchRequest._ByScore.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static _SortedSetFetchRequest._ByScore getDefaultInstance()
public static com.google.protobuf.Parser<_SortedSetFetchRequest._ByScore> parser()
public com.google.protobuf.Parser<_SortedSetFetchRequest._ByScore> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public _SortedSetFetchRequest._ByScore getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder