public final class ListMatchesRequest extends com.google.protobuf.GeneratedMessage implements ListMatchesRequestOrBuilder
List realtime matches.Protobuf type
nakama.api.ListMatchesRequest| Modifier and Type | Class and Description |
|---|---|
static class |
ListMatchesRequest.Builder
List realtime matches.
|
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AUTHORITATIVE_FIELD_NUMBER |
static int |
LABEL_FIELD_NUMBER |
static int |
LIMIT_FIELD_NUMBER |
static int |
MAX_SIZE_FIELD_NUMBER |
static int |
MIN_SIZE_FIELD_NUMBER |
static int |
QUERY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
com.google.protobuf.BoolValue |
getAuthoritative()
Authoritative or relayed matches.
|
com.google.protobuf.BoolValueOrBuilder |
getAuthoritativeOrBuilder()
Authoritative or relayed matches.
|
static ListMatchesRequest |
getDefaultInstance() |
ListMatchesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.StringValue |
getLabel()
Label filter.
|
com.google.protobuf.StringValueOrBuilder |
getLabelOrBuilder()
Label filter.
|
com.google.protobuf.Int32Value |
getLimit()
Limit the number of returned matches.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Limit the number of returned matches.
|
com.google.protobuf.Int32Value |
getMaxSize()
Maximum user count.
|
com.google.protobuf.Int32ValueOrBuilder |
getMaxSizeOrBuilder()
Maximum user count.
|
com.google.protobuf.Int32Value |
getMinSize()
Minimum user count.
|
com.google.protobuf.Int32ValueOrBuilder |
getMinSizeOrBuilder()
Minimum user count.
|
com.google.protobuf.Parser<ListMatchesRequest> |
getParserForType() |
com.google.protobuf.StringValue |
getQuery()
Arbitrary label query.
|
com.google.protobuf.StringValueOrBuilder |
getQueryOrBuilder()
Arbitrary label query.
|
int |
getSerializedSize() |
boolean |
hasAuthoritative()
Authoritative or relayed matches.
|
int |
hashCode() |
boolean |
hasLabel()
Label filter.
|
boolean |
hasLimit()
Limit the number of returned matches.
|
boolean |
hasMaxSize()
Maximum user count.
|
boolean |
hasMinSize()
Minimum user count.
|
boolean |
hasQuery()
Arbitrary label query.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListMatchesRequest.Builder |
newBuilder() |
static ListMatchesRequest.Builder |
newBuilder(ListMatchesRequest prototype) |
ListMatchesRequest.Builder |
newBuilderForType() |
protected ListMatchesRequest.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static ListMatchesRequest |
parseDelimitedFrom(java.io.InputStream input) |
static ListMatchesRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListMatchesRequest |
parseFrom(byte[] data) |
static ListMatchesRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListMatchesRequest |
parseFrom(java.nio.ByteBuffer data) |
static ListMatchesRequest |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListMatchesRequest |
parseFrom(com.google.protobuf.ByteString data) |
static ListMatchesRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListMatchesRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListMatchesRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListMatchesRequest |
parseFrom(java.io.InputStream input) |
static ListMatchesRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListMatchesRequest> |
parser() |
ListMatchesRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int LIMIT_FIELD_NUMBER
public static final int AUTHORITATIVE_FIELD_NUMBER
public static final int LABEL_FIELD_NUMBER
public static final int MIN_SIZE_FIELD_NUMBER
public static final int MAX_SIZE_FIELD_NUMBER
public static final int QUERY_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];hasLimit in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.Int32Value getLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];getLimit in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];getLimitOrBuilder in interface ListMatchesRequestOrBuilderpublic boolean hasAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];hasAuthoritative in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.BoolValue getAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];getAuthoritative in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.BoolValueOrBuilder getAuthoritativeOrBuilder()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];getAuthoritativeOrBuilder in interface ListMatchesRequestOrBuilderpublic boolean hasLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];hasLabel in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.StringValue getLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];getLabel in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getLabelOrBuilder()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];getLabelOrBuilder in interface ListMatchesRequestOrBuilderpublic boolean hasMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];hasMinSize in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.Int32Value getMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];getMinSize in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.Int32ValueOrBuilder getMinSizeOrBuilder()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];getMinSizeOrBuilder in interface ListMatchesRequestOrBuilderpublic boolean hasMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];hasMaxSize in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.Int32Value getMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];getMaxSize in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.Int32ValueOrBuilder getMaxSizeOrBuilder()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];getMaxSizeOrBuilder in interface ListMatchesRequestOrBuilderpublic boolean hasQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];hasQuery in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.StringValue getQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];getQuery in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getQueryOrBuilder()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];getQueryOrBuilder in interface ListMatchesRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic 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 ListMatchesRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListMatchesRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListMatchesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListMatchesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListMatchesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListMatchesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListMatchesRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListMatchesRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListMatchesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListMatchesRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListMatchesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListMatchesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ListMatchesRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ListMatchesRequest.Builder newBuilder()
public static ListMatchesRequest.Builder newBuilder(ListMatchesRequest prototype)
public ListMatchesRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ListMatchesRequest.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.AbstractMessagepublic static ListMatchesRequest getDefaultInstance()
public static com.google.protobuf.Parser<ListMatchesRequest> parser()
public com.google.protobuf.Parser<ListMatchesRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic ListMatchesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder