Interface GCGMsgGameOverOuterClass.GCGMsgGameOverOrBuilder

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

public static interface GCGMsgGameOverOuterClass.GCGMsgGameOverOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .GCGEndReason end_reason = 6;
    int
    .GCGEndReason end_reason = 6;
    int
    uint32 win_controller_id = 3;

    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

    • getEndReasonValue

      int getEndReasonValue()
      .GCGEndReason end_reason = 6;
      Returns:
      The enum numeric value on the wire for endReason.
    • getEndReason

      .GCGEndReason end_reason = 6;
      Returns:
      The endReason.
    • getWinControllerId

      int getWinControllerId()
      uint32 win_controller_id = 3;
      Returns:
      The winControllerId.