Interface GCGMsgRemoveCardsOuterClass.GCGMsgRemoveCardsOrBuilder

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

public static interface GCGMsgRemoveCardsOuterClass.GCGMsgRemoveCardsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCardGuidList(int index)
    repeated uint32 card_guid_list = 2;
    int
    repeated uint32 card_guid_list = 2;
    repeated uint32 card_guid_list = 2;
    int
    uint32 controller_id = 9;
    .GCGReason reason = 13;
    int
    .GCGReason reason = 13;
    .GCGZoneType zone = 15;
    int
    .GCGZoneType zone = 15;

    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

    • getCardGuidListList

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

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

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

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

      .GCGReason reason = 13;
      Returns:
      The reason.
    • getControllerId

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

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

      .GCGZoneType zone = 15;
      Returns:
      The zone.