Interface GCGDSDeckDataOuterClass.GCGDSDeckDataOrBuilder

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

public static interface GCGDSDeckDataOuterClass.GCGDSDeckDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_back_id = 9;
    int
    getCardList(int index)
    repeated uint32 card_list = 1;
    int
    repeated uint32 card_list = 1;
    repeated uint32 card_list = 1;
    int
    repeated uint32 character_card_list = 7;
    int
    repeated uint32 character_card_list = 7;
    repeated uint32 character_card_list = 7;
    int
    fixed32 create_time = 5;
    int
    uint32 field_id = 13;
    int
    uint32 id = 12;
    boolean
    bool is_valid = 15;
    string name = 10;
    com.google.protobuf.ByteString
    string name = 10;

    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

    • getCreateTime

      int getCreateTime()
      fixed32 create_time = 5;
      Returns:
      The createTime.
    • getFieldId

      int getFieldId()
      uint32 field_id = 13;
      Returns:
      The fieldId.
    • getCardBackId

      int getCardBackId()
      uint32 card_back_id = 9;
      Returns:
      The cardBackId.
    • getCardListList

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

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

      int getCardList(int index)
      repeated uint32 card_list = 1;
      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 = 7;
      Returns:
      A list containing the characterCardList.
    • getCharacterCardListCount

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

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

      int getId()
      uint32 id = 12;
      Returns:
      The id.
    • getName

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

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

      boolean getIsValid()
      bool is_valid = 15;
      Returns:
      The isValid.