Interface GCGDSDataNotifyOuterClass.GCGDSDataNotifyOrBuilder

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

public static interface GCGDSDataNotifyOuterClass.GCGDSDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCurDeckId

      int getCurDeckId()
      uint32 cur_deck_id = 8;
      Returns:
      The curDeckId.
    • getDeckListList

      repeated .GCGDSDeckData deck_list = 3;
    • getDeckList

      GCGDSDeckDataOuterClass.GCGDSDeckData getDeckList(int index)
      repeated .GCGDSDeckData deck_list = 3;
    • getDeckListCount

      int getDeckListCount()
      repeated .GCGDSDeckData deck_list = 3;
    • getDeckListOrBuilderList

      List<? extends GCGDSDeckDataOuterClass.GCGDSDeckDataOrBuilder> getDeckListOrBuilderList()
      repeated .GCGDSDeckData deck_list = 3;
    • getDeckListOrBuilder

      GCGDSDeckDataOuterClass.GCGDSDeckDataOrBuilder getDeckListOrBuilder(int index)
      repeated .GCGDSDeckData deck_list = 3;
    • getUnlockCardBackIdListList

      List<Integer> getUnlockCardBackIdListList()
      repeated uint32 unlock_card_back_id_list = 10;
      Returns:
      A list containing the unlockCardBackIdList.
    • getUnlockCardBackIdListCount

      int getUnlockCardBackIdListCount()
      repeated uint32 unlock_card_back_id_list = 10;
      Returns:
      The count of unlockCardBackIdList.
    • getUnlockCardBackIdList

      int getUnlockCardBackIdList(int index)
      repeated uint32 unlock_card_back_id_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The unlockCardBackIdList at the given index.
    • getCardListList

      repeated .GCGDSCardData card_list = 9;
    • getCardList

      GCGDSCardDataOuterClass.GCGDSCardData getCardList(int index)
      repeated .GCGDSCardData card_list = 9;
    • getCardListCount

      int getCardListCount()
      repeated .GCGDSCardData card_list = 9;
    • getCardListOrBuilderList

      List<? extends GCGDSCardDataOuterClass.GCGDSCardDataOrBuilder> getCardListOrBuilderList()
      repeated .GCGDSCardData card_list = 9;
    • getCardListOrBuilder

      GCGDSCardDataOuterClass.GCGDSCardDataOrBuilder getCardListOrBuilder(int index)
      repeated .GCGDSCardData card_list = 9;
    • getUnlockFieldIdListList

      List<Integer> getUnlockFieldIdListList()
      repeated uint32 unlock_field_id_list = 5;
      Returns:
      A list containing the unlockFieldIdList.
    • getUnlockFieldIdListCount

      int getUnlockFieldIdListCount()
      repeated uint32 unlock_field_id_list = 5;
      Returns:
      The count of unlockFieldIdList.
    • getUnlockFieldIdList

      int getUnlockFieldIdList(int index)
      repeated uint32 unlock_field_id_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The unlockFieldIdList at the given index.
    • getUnlockDeckIdListList

      List<Integer> getUnlockDeckIdListList()
      repeated uint32 unlock_deck_id_list = 6;
      Returns:
      A list containing the unlockDeckIdList.
    • getUnlockDeckIdListCount

      int getUnlockDeckIdListCount()
      repeated uint32 unlock_deck_id_list = 6;
      Returns:
      The count of unlockDeckIdList.
    • getUnlockDeckIdList

      int getUnlockDeckIdList(int index)
      repeated uint32 unlock_deck_id_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The unlockDeckIdList at the given index.