Interface Synchronize.DestroySyncOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSyncId()
      int64 sync_id = 1;
      int getSyncKey()
      destroy 요청을 보낸 유저의 SyncKey
      • 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 Detail

      • getSyncId

        long getSyncId()
        int64 sync_id = 1;
        Returns:
        The syncId.
      • getSyncKey

        int getSyncKey()
         destroy 요청을 보낸 유저의 SyncKey
         
        int32 sync_key = 2;
        Returns:
        The syncKey.