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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<MatchList.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<MatchList.Builder>
public MatchList getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public MatchList build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public MatchList buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public MatchList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<MatchList.Builder>
java.io.IOException
public 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 MatchListOrBuilder
public int getMatchesCount()
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];
getMatchesCount
in interface MatchListOrBuilder
public 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 MatchListOrBuilder
public 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 MatchListOrBuilder
public 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 MatchListOrBuilder
public 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"];