Interface MatchListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MatchList, MatchList.Builder

public interface MatchListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getMatches(int index)
    A number of matches corresponding to a list operation.
    int
    A number of matches corresponding to a list operation.
    A number of matches corresponding to a list operation.
    A number of matches corresponding to a list operation.
    List<? extends MatchOrBuilder>
    A number of matches corresponding to a list operation.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMatchesList

      List<Match> getMatchesList()
       A number of matches corresponding to a list operation.
       
      repeated .nakama.api.Match matches = 1;
    • getMatches

      Match getMatches(int index)
       A number of matches corresponding to a list operation.
       
      repeated .nakama.api.Match matches = 1;
    • getMatchesCount

      int getMatchesCount()
       A number of matches corresponding to a list operation.
       
      repeated .nakama.api.Match matches = 1;
    • getMatchesOrBuilderList

      List<? extends MatchOrBuilder> getMatchesOrBuilderList()
       A number of matches corresponding to a list operation.
       
      repeated .nakama.api.Match matches = 1;
    • getMatchesOrBuilder

      MatchOrBuilder getMatchesOrBuilder(int index)
       A number of matches corresponding to a list operation.
       
      repeated .nakama.api.Match matches = 1;