Interface GCGMsgAddCardsOuterClass.GCGMsgAddCardsOrBuilder

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

public static interface GCGMsgAddCardsOuterClass.GCGMsgAddCardsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCardGuidList(int index)
    repeated uint32 card_guid_list = 4;
    int
    repeated uint32 card_guid_list = 4;
    repeated uint32 card_guid_list = 4;
    int
    uint32 controller_id = 9;
    int
    uint32 pos = 14;
    .GCGReason reason = 7;
    int
    .GCGReason reason = 7;
    .GCGZoneType zone = 5;
    int
    .GCGZoneType zone = 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

    • getZoneValue

      int getZoneValue()
      .GCGZoneType zone = 5;
      Returns:
      The enum numeric value on the wire for zone.
    • getZone

      .GCGZoneType zone = 5;
      Returns:
      The zone.
    • getReasonValue

      int getReasonValue()
      .GCGReason reason = 7;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .GCGReason reason = 7;
      Returns:
      The reason.
    • getCardGuidListList

      List<Integer> getCardGuidListList()
      repeated uint32 card_guid_list = 4;
      Returns:
      A list containing the cardGuidList.
    • getCardGuidListCount

      int getCardGuidListCount()
      repeated uint32 card_guid_list = 4;
      Returns:
      The count of cardGuidList.
    • getCardGuidList

      int getCardGuidList(int index)
      repeated uint32 card_guid_list = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cardGuidList at the given index.
    • getControllerId

      int getControllerId()
      uint32 controller_id = 9;
      Returns:
      The controllerId.
    • getPos

      int getPos()
      uint32 pos = 14;
      Returns:
      The pos.