Interface GCGMsgSelectOnStageOuterClass.GCGMsgSelectOnStageOrBuilder

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

public static interface GCGMsgSelectOnStageOuterClass.GCGMsgSelectOnStageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_guid = 4;
    int
    uint32 controller_id = 12;
    .GCGReason reason = 11;
    int
    .GCGReason reason = 11;

    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

    • getReasonValue

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

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

      int getControllerId()
      uint32 controller_id = 12;
      Returns:
      The controllerId.
    • getCardGuid

      int getCardGuid()
      uint32 card_guid = 4;
      Returns:
      The cardGuid.