Interface GCGOperationRebootOuterClass.GCGOperationRebootOrBuilder

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

public static interface GCGOperationRebootOuterClass.GCGOperationRebootOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 cost_card_guid_list = 14;
    int
    repeated uint32 cost_card_guid_list = 14;
    repeated uint32 cost_card_guid_list = 14;
    int
    getDiceIndexList(int index)
    repeated uint32 dice_index_list = 2;
    int
    repeated uint32 dice_index_list = 2;
    repeated uint32 dice_index_list = 2;

    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

    • getDiceIndexListList

      List<Integer> getDiceIndexListList()
      repeated uint32 dice_index_list = 2;
      Returns:
      A list containing the diceIndexList.
    • getDiceIndexListCount

      int getDiceIndexListCount()
      repeated uint32 dice_index_list = 2;
      Returns:
      The count of diceIndexList.
    • getDiceIndexList

      int getDiceIndexList(int index)
      repeated uint32 dice_index_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The diceIndexList at the given index.
    • getCostCardGuidListList

      List<Integer> getCostCardGuidListList()
      repeated uint32 cost_card_guid_list = 14;
      Returns:
      A list containing the costCardGuidList.
    • getCostCardGuidListCount

      int getCostCardGuidListCount()
      repeated uint32 cost_card_guid_list = 14;
      Returns:
      The count of costCardGuidList.
    • getCostCardGuidList

      int getCostCardGuidList(int index)
      repeated uint32 cost_card_guid_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The costCardGuidList at the given index.