Interface GCGDSDeckSaveReqOuterClass.GCGDSDeckSaveReqOrBuilder

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

public static interface GCGDSDeckSaveReqOuterClass.GCGDSDeckSaveReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCardList(int index)
    repeated uint32 card_list = 11;
    int
    repeated uint32 card_list = 11;
    repeated uint32 card_list = 11;
    int
    repeated uint32 character_card_list = 6;
    int
    repeated uint32 character_card_list = 6;
    repeated uint32 character_card_list = 6;
    int
    uint32 deck_id = 4;
    string name = 5;
    com.google.protobuf.ByteString
    string name = 5;

    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

    • getDeckId

      int getDeckId()
      uint32 deck_id = 4;
      Returns:
      The deckId.
    • getCardListList

      List<Integer> getCardListList()
      repeated uint32 card_list = 11;
      Returns:
      A list containing the cardList.
    • getCardListCount

      int getCardListCount()
      repeated uint32 card_list = 11;
      Returns:
      The count of cardList.
    • getCardList

      int getCardList(int index)
      repeated uint32 card_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cardList at the given index.
    • getCharacterCardListList

      List<Integer> getCharacterCardListList()
      repeated uint32 character_card_list = 6;
      Returns:
      A list containing the characterCardList.
    • getCharacterCardListCount

      int getCharacterCardListCount()
      repeated uint32 character_card_list = 6;
      Returns:
      The count of characterCardList.
    • getCharacterCardList

      int getCharacterCardList(int index)
      repeated uint32 character_card_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The characterCardList at the given index.
    • getName

      String getName()
      string name = 5;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 5;
      Returns:
      The bytes for name.