Interface GCGPlayerBriefDataOuterClass.GCGPlayerBriefDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GCGPlayerBriefDataOuterClass.GCGPlayerBriefData, GCGPlayerBriefDataOuterClass.GCGPlayerBriefData.Builder
Enclosing class:
GCGPlayerBriefDataOuterClass

public static interface GCGPlayerBriefDataOuterClass.GCGPlayerBriefDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getOnlineId

      String getOnlineId()
      string online_id = 5;
      Returns:
      The onlineId.
    • getOnlineIdBytes

      com.google.protobuf.ByteString getOnlineIdBytes()
      string online_id = 5;
      Returns:
      The bytes for onlineId.
    • getUid

      int getUid()
      uint32 uid = 9;
      Returns:
      The uid.
    • getControllerId

      int getControllerId()
      uint32 controller_id = 10;
      Returns:
      The controllerId.
    • hasProfilePicture

      boolean hasProfilePicture()
      .ProfilePicture profile_picture = 11;
      Returns:
      Whether the profilePicture field is set.
    • getProfilePicture

      .ProfilePicture profile_picture = 11;
      Returns:
      The profilePicture.
    • getProfilePictureOrBuilder

      .ProfilePicture profile_picture = 11;
    • getNickName

      String getNickName()
      string nick_name = 1;
      Returns:
      The nickName.
    • getNickNameBytes

      com.google.protobuf.ByteString getNickNameBytes()
      string nick_name = 1;
      Returns:
      The bytes for nickName.
    • getCardFaceMapCount

      int getCardFaceMapCount()
      map<uint32, uint32> card_face_map = 14;
    • containsCardFaceMap

      boolean containsCardFaceMap(int key)
      map<uint32, uint32> card_face_map = 14;
    • getCardFaceMap

      @Deprecated Map<Integer,Integer> getCardFaceMap()
      Deprecated.
      Use getCardFaceMapMap() instead.
    • getCardFaceMapMap

      Map<Integer,Integer> getCardFaceMapMap()
      map<uint32, uint32> card_face_map = 14;
    • getCardFaceMapOrDefault

      int getCardFaceMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> card_face_map = 14;
    • getCardFaceMapOrThrow

      int getCardFaceMapOrThrow(int key)
      map<uint32, uint32> card_face_map = 14;
    • getCardIdListList

      List<Integer> getCardIdListList()
      repeated uint32 card_id_list = 13;
      Returns:
      A list containing the cardIdList.
    • getCardIdListCount

      int getCardIdListCount()
      repeated uint32 card_id_list = 13;
      Returns:
      The count of cardIdList.
    • getCardIdList

      int getCardIdList(int index)
      repeated uint32 card_id_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cardIdList at the given index.
    • getPsnId

      String getPsnId()
      string psn_id = 2;
      Returns:
      The psnId.
    • getPsnIdBytes

      com.google.protobuf.ByteString getPsnIdBytes()
      string psn_id = 2;
      Returns:
      The bytes for psnId.