public static final class MatchList.Builder extends com.google.protobuf.GeneratedMessage.Builder<MatchList.Builder> implements MatchListOrBuilder
A list of realtime matches.Protobuf type
nakama.api.MatchList| Modifier and Type | Method and Description |
|---|---|
MatchList.Builder |
addAllMatches(java.lang.Iterable<? extends Match> values)
A number of matches corresponding to a list operation.
|
MatchList.Builder |
addMatches(int index,
Match.Builder builderForValue)
A number of matches corresponding to a list operation.
|
MatchList.Builder |
addMatches(int index,
Match value)
A number of matches corresponding to a list operation.
|
MatchList.Builder |
addMatches(Match.Builder builderForValue)
A number of matches corresponding to a list operation.
|
MatchList.Builder |
addMatches(Match value)
A number of matches corresponding to a list operation.
|
Match.Builder |
addMatchesBuilder()
A number of matches corresponding to a list operation.
|
Match.Builder |
addMatchesBuilder(int index)
A number of matches corresponding to a list operation.
|
MatchList |
build() |
MatchList |
buildPartial() |
MatchList.Builder |
clear() |
MatchList.Builder |
clearMatches()
A number of matches corresponding to a list operation.
|
MatchList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Match |
getMatches(int index)
A number of matches corresponding to a list operation.
|
Match.Builder |
getMatchesBuilder(int index)
A number of matches corresponding to a list operation.
|
java.util.List<Match.Builder> |
getMatchesBuilderList()
A number of matches corresponding to a list operation.
|
int |
getMatchesCount()
A number of matches corresponding to a list operation.
|
java.util.List<Match> |
getMatchesList()
A number of matches corresponding to a list operation.
|
MatchOrBuilder |
getMatchesOrBuilder(int index)
A number of matches corresponding to a list operation.
|
java.util.List<? extends MatchOrBuilder> |
getMatchesOrBuilderList()
A number of matches corresponding to a list operation.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MatchList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MatchList.Builder |
mergeFrom(MatchList other) |
MatchList.Builder |
mergeFrom(com.google.protobuf.Message other) |
MatchList.Builder |
removeMatches(int index)
A number of matches corresponding to a list operation.
|
MatchList.Builder |
setMatches(int index,
Match.Builder builderForValue)
A number of matches corresponding to a list operation.
|
MatchList.Builder |
setMatches(int index,
Match value)
A number of matches corresponding to a list operation.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<MatchList.Builder>public MatchList.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<MatchList.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<MatchList.Builder>public MatchList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MatchList build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MatchList buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MatchList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MatchList.Builder>public MatchList.Builder mergeFrom(MatchList other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<MatchList.Builder>public MatchList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MatchList.Builder>java.io.IOExceptionpublic java.util.List<Match> getMatchesList()
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];getMatchesList in interface MatchListOrBuilderpublic int getMatchesCount()
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];getMatchesCount in interface MatchListOrBuilderpublic Match getMatches(int index)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];getMatches in interface MatchListOrBuilderpublic MatchList.Builder setMatches(int index, Match value)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public MatchList.Builder setMatches(int index, Match.Builder builderForValue)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public MatchList.Builder addMatches(Match value)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public MatchList.Builder addMatches(int index, Match value)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public MatchList.Builder addMatches(Match.Builder builderForValue)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public MatchList.Builder addMatches(int index, Match.Builder builderForValue)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public MatchList.Builder addAllMatches(java.lang.Iterable<? extends Match> values)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public MatchList.Builder clearMatches()
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public MatchList.Builder removeMatches(int index)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public Match.Builder getMatchesBuilder(int index)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public MatchOrBuilder getMatchesOrBuilder(int index)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];getMatchesOrBuilder in interface MatchListOrBuilderpublic java.util.List<? extends MatchOrBuilder> getMatchesOrBuilderList()
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];getMatchesOrBuilderList in interface MatchListOrBuilderpublic Match.Builder addMatchesBuilder()
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public Match.Builder addMatchesBuilder(int index)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];public java.util.List<Match.Builder> getMatchesBuilderList()
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];