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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashFields, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.GeneratedMessage
public boolean hasLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
hasLimit
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.Int32Value getLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
getLimit
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
getLimitOrBuilder
in interface ListMatchesRequestOrBuilder
public boolean hasAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];
hasAuthoritative
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.BoolValue getAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];
getAuthoritative
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.BoolValueOrBuilder getAuthoritativeOrBuilder()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];
getAuthoritativeOrBuilder
in interface ListMatchesRequestOrBuilder
public boolean hasLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];
hasLabel
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.StringValue getLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];
getLabel
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.StringValueOrBuilder getLabelOrBuilder()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];
getLabelOrBuilder
in interface ListMatchesRequestOrBuilder
public boolean hasMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];
hasMinSize
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.Int32Value getMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];
getMinSize
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.Int32ValueOrBuilder getMinSizeOrBuilder()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];
getMinSizeOrBuilder
in interface ListMatchesRequestOrBuilder
public boolean hasMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];
hasMaxSize
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.Int32Value getMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];
getMaxSize
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.Int32ValueOrBuilder getMaxSizeOrBuilder()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];
getMaxSizeOrBuilder
in interface ListMatchesRequestOrBuilder
public boolean hasQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];
hasQuery
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.StringValue getQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];
getQuery
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.StringValueOrBuilder getQueryOrBuilder()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];
getQueryOrBuilder
in interface ListMatchesRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ListMatchesRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListMatchesRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListMatchesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListMatchesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListMatchesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListMatchesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListMatchesRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ListMatchesRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ListMatchesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ListMatchesRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ListMatchesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static ListMatchesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public ListMatchesRequest.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ListMatchesRequest.Builder newBuilder()
public static ListMatchesRequest.Builder newBuilder(ListMatchesRequest prototype)
public ListMatchesRequest.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ListMatchesRequest.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.AbstractMessage
public static ListMatchesRequest getDefaultInstance()
public static com.google.protobuf.Parser<ListMatchesRequest> parser()
public com.google.protobuf.Parser<ListMatchesRequest> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public ListMatchesRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder