public final class MatchmakerAdd extends com.google.protobuf.GeneratedMessage implements MatchmakerAddOrBuilder
Start a new matchmaking process.Protobuf type
nakama.realtime.MatchmakerAdd
Modifier and Type | Class and Description |
---|---|
static class |
MatchmakerAdd.Builder
Start a new matchmaking process.
|
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 |
COUNT_MULTIPLE_FIELD_NUMBER |
static int |
MAX_COUNT_FIELD_NUMBER |
static int |
MIN_COUNT_FIELD_NUMBER |
static int |
NUMERIC_PROPERTIES_FIELD_NUMBER |
static int |
QUERY_FIELD_NUMBER |
static int |
STRING_PROPERTIES_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsNumericProperties(java.lang.String key)
Numeric properties.
|
boolean |
containsStringProperties(java.lang.String key)
String properties.
|
boolean |
equals(java.lang.Object obj) |
com.google.protobuf.Int32Value |
getCountMultiple()
Optional multiple of the count that must be satisfied.
|
com.google.protobuf.Int32ValueOrBuilder |
getCountMultipleOrBuilder()
Optional multiple of the count that must be satisfied.
|
static MatchmakerAdd |
getDefaultInstance() |
MatchmakerAdd |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getMaxCount()
Maximum total user count to match together.
|
int |
getMinCount()
Minimum total user count to match together.
|
java.util.Map<java.lang.String,java.lang.Double> |
getNumericProperties()
Deprecated.
|
int |
getNumericPropertiesCount()
Numeric properties.
|
java.util.Map<java.lang.String,java.lang.Double> |
getNumericPropertiesMap()
Numeric properties.
|
double |
getNumericPropertiesOrDefault(java.lang.String key,
double defaultValue)
Numeric properties.
|
double |
getNumericPropertiesOrThrow(java.lang.String key)
Numeric properties.
|
com.google.protobuf.Parser<MatchmakerAdd> |
getParserForType() |
java.lang.String |
getQuery()
Filter query used to identify suitable users.
|
com.google.protobuf.ByteString |
getQueryBytes()
Filter query used to identify suitable users.
|
int |
getSerializedSize() |
java.util.Map<java.lang.String,java.lang.String> |
getStringProperties()
Deprecated.
|
int |
getStringPropertiesCount()
String properties.
|
java.util.Map<java.lang.String,java.lang.String> |
getStringPropertiesMap()
String properties.
|
java.lang.String |
getStringPropertiesOrDefault(java.lang.String key,
java.lang.String defaultValue)
String properties.
|
java.lang.String |
getStringPropertiesOrThrow(java.lang.String key)
String properties.
|
boolean |
hasCountMultiple()
Optional multiple of the count that must be satisfied.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static MatchmakerAdd.Builder |
newBuilder() |
static MatchmakerAdd.Builder |
newBuilder(MatchmakerAdd prototype) |
MatchmakerAdd.Builder |
newBuilderForType() |
protected MatchmakerAdd.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static MatchmakerAdd |
parseDelimitedFrom(java.io.InputStream input) |
static MatchmakerAdd |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchmakerAdd |
parseFrom(byte[] data) |
static MatchmakerAdd |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchmakerAdd |
parseFrom(java.nio.ByteBuffer data) |
static MatchmakerAdd |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchmakerAdd |
parseFrom(com.google.protobuf.ByteString data) |
static MatchmakerAdd |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchmakerAdd |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MatchmakerAdd |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchmakerAdd |
parseFrom(java.io.InputStream input) |
static MatchmakerAdd |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MatchmakerAdd> |
parser() |
MatchmakerAdd.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, 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 MIN_COUNT_FIELD_NUMBER
public static final int MAX_COUNT_FIELD_NUMBER
public static final int QUERY_FIELD_NUMBER
public static final int STRING_PROPERTIES_FIELD_NUMBER
public static final int NUMERIC_PROPERTIES_FIELD_NUMBER
public static final int COUNT_MULTIPLE_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection
in class com.google.protobuf.GeneratedMessage
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public int getMinCount()
Minimum total user count to match together.
int32 min_count = 1 [json_name = "minCount"];
getMinCount
in interface MatchmakerAddOrBuilder
public int getMaxCount()
Maximum total user count to match together.
int32 max_count = 2 [json_name = "maxCount"];
getMaxCount
in interface MatchmakerAddOrBuilder
public java.lang.String getQuery()
Filter query used to identify suitable users.
string query = 3 [json_name = "query"];
getQuery
in interface MatchmakerAddOrBuilder
public com.google.protobuf.ByteString getQueryBytes()
Filter query used to identify suitable users.
string query = 3 [json_name = "query"];
getQueryBytes
in interface MatchmakerAddOrBuilder
public int getStringPropertiesCount()
MatchmakerAddOrBuilder
String properties.
map<string, string> string_properties = 4 [json_name = "stringProperties"];
getStringPropertiesCount
in interface MatchmakerAddOrBuilder
public boolean containsStringProperties(java.lang.String key)
String properties.
map<string, string> string_properties = 4 [json_name = "stringProperties"];
containsStringProperties
in interface MatchmakerAddOrBuilder
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getStringProperties()
getStringPropertiesMap()
instead.getStringProperties
in interface MatchmakerAddOrBuilder
public java.util.Map<java.lang.String,java.lang.String> getStringPropertiesMap()
String properties.
map<string, string> string_properties = 4 [json_name = "stringProperties"];
getStringPropertiesMap
in interface MatchmakerAddOrBuilder
public java.lang.String getStringPropertiesOrDefault(java.lang.String key, java.lang.String defaultValue)
String properties.
map<string, string> string_properties = 4 [json_name = "stringProperties"];
getStringPropertiesOrDefault
in interface MatchmakerAddOrBuilder
public java.lang.String getStringPropertiesOrThrow(java.lang.String key)
String properties.
map<string, string> string_properties = 4 [json_name = "stringProperties"];
getStringPropertiesOrThrow
in interface MatchmakerAddOrBuilder
public int getNumericPropertiesCount()
MatchmakerAddOrBuilder
Numeric properties.
map<string, double> numeric_properties = 5 [json_name = "numericProperties"];
getNumericPropertiesCount
in interface MatchmakerAddOrBuilder
public boolean containsNumericProperties(java.lang.String key)
Numeric properties.
map<string, double> numeric_properties = 5 [json_name = "numericProperties"];
containsNumericProperties
in interface MatchmakerAddOrBuilder
@Deprecated public java.util.Map<java.lang.String,java.lang.Double> getNumericProperties()
getNumericPropertiesMap()
instead.getNumericProperties
in interface MatchmakerAddOrBuilder
public java.util.Map<java.lang.String,java.lang.Double> getNumericPropertiesMap()
Numeric properties.
map<string, double> numeric_properties = 5 [json_name = "numericProperties"];
getNumericPropertiesMap
in interface MatchmakerAddOrBuilder
public double getNumericPropertiesOrDefault(java.lang.String key, double defaultValue)
Numeric properties.
map<string, double> numeric_properties = 5 [json_name = "numericProperties"];
getNumericPropertiesOrDefault
in interface MatchmakerAddOrBuilder
public double getNumericPropertiesOrThrow(java.lang.String key)
Numeric properties.
map<string, double> numeric_properties = 5 [json_name = "numericProperties"];
getNumericPropertiesOrThrow
in interface MatchmakerAddOrBuilder
public boolean hasCountMultiple()
Optional multiple of the count that must be satisfied.
.google.protobuf.Int32Value count_multiple = 6 [json_name = "countMultiple"];
hasCountMultiple
in interface MatchmakerAddOrBuilder
public com.google.protobuf.Int32Value getCountMultiple()
Optional multiple of the count that must be satisfied.
.google.protobuf.Int32Value count_multiple = 6 [json_name = "countMultiple"];
getCountMultiple
in interface MatchmakerAddOrBuilder
public com.google.protobuf.Int32ValueOrBuilder getCountMultipleOrBuilder()
Optional multiple of the count that must be satisfied.
.google.protobuf.Int32Value count_multiple = 6 [json_name = "countMultiple"];
getCountMultipleOrBuilder
in interface MatchmakerAddOrBuilder
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 MatchmakerAdd parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerAdd parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerAdd parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerAdd parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerAdd parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerAdd parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerAdd parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MatchmakerAdd parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MatchmakerAdd parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MatchmakerAdd parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MatchmakerAdd parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static MatchmakerAdd parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public MatchmakerAdd.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MatchmakerAdd.Builder newBuilder()
public static MatchmakerAdd.Builder newBuilder(MatchmakerAdd prototype)
public MatchmakerAdd.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected MatchmakerAdd.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.AbstractMessage
public static MatchmakerAdd getDefaultInstance()
public static com.google.protobuf.Parser<MatchmakerAdd> parser()
public com.google.protobuf.Parser<MatchmakerAdd> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public MatchmakerAdd getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder