Interface GCGDSCardDataOuterClass.GCGDSCardDataOrBuilder

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

public static interface GCGDSCardDataOuterClass.GCGDSCardDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_id = 4;
    int
    uint32 face_type = 5;
    int
    uint32 num = 11;
    int
    uint32 proficiency = 10;
    int
    repeated uint32 proficiency_reward_taken_idx_list = 14;
    int
    repeated uint32 proficiency_reward_taken_idx_list = 14;
    repeated uint32 proficiency_reward_taken_idx_list = 14;
    int
    repeated uint32 unlock_face_type_list = 6;
    int
    repeated uint32 unlock_face_type_list = 6;
    repeated uint32 unlock_face_type_list = 6;

    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

    • getNum

      int getNum()
      uint32 num = 11;
      Returns:
      The num.
    • getFaceType

      int getFaceType()
      uint32 face_type = 5;
      Returns:
      The faceType.
    • getCardId

      int getCardId()
      uint32 card_id = 4;
      Returns:
      The cardId.
    • getProficiencyRewardTakenIdxListList

      List<Integer> getProficiencyRewardTakenIdxListList()
      repeated uint32 proficiency_reward_taken_idx_list = 14;
      Returns:
      A list containing the proficiencyRewardTakenIdxList.
    • getProficiencyRewardTakenIdxListCount

      int getProficiencyRewardTakenIdxListCount()
      repeated uint32 proficiency_reward_taken_idx_list = 14;
      Returns:
      The count of proficiencyRewardTakenIdxList.
    • getProficiencyRewardTakenIdxList

      int getProficiencyRewardTakenIdxList(int index)
      repeated uint32 proficiency_reward_taken_idx_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The proficiencyRewardTakenIdxList at the given index.
    • getUnlockFaceTypeListList

      List<Integer> getUnlockFaceTypeListList()
      repeated uint32 unlock_face_type_list = 6;
      Returns:
      A list containing the unlockFaceTypeList.
    • getUnlockFaceTypeListCount

      int getUnlockFaceTypeListCount()
      repeated uint32 unlock_face_type_list = 6;
      Returns:
      The count of unlockFaceTypeList.
    • getUnlockFaceTypeList

      int getUnlockFaceTypeList(int index)
      repeated uint32 unlock_face_type_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The unlockFaceTypeList at the given index.
    • getProficiency

      int getProficiency()
      uint32 proficiency = 10;
      Returns:
      The proficiency.