Interface BreakoutSyncFinishGameOuterClass.BreakoutSyncFinishGameOrBuilder

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

public static interface BreakoutSyncFinishGameOuterClass.BreakoutSyncFinishGameOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_stop_gallery = 2;
    boolean
    bool is_win = 1;
    long
    uint64 server_game_time = 8;

    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

    • getServerGameTime

      long getServerGameTime()
      uint64 server_game_time = 8;
      Returns:
      The serverGameTime.
    • getIsWin

      boolean getIsWin()
      bool is_win = 1;
      Returns:
      The isWin.
    • getIsStopGallery

      boolean getIsStopGallery()
      bool is_stop_gallery = 2;
      Returns:
      The isStopGallery.