public interface MatchListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Match |
getMatches(int index)
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<Match> getMatchesList()
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];Match getMatches(int index)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];int getMatchesCount()
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];java.util.List<? extends MatchOrBuilder> getMatchesOrBuilderList()
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];MatchOrBuilder getMatchesOrBuilder(int index)
A number of matches corresponding to a list operation.
repeated .nakama.api.Match matches = 1 [json_name = "matches"];